diff --git a/.azure-pipelines/util/analyze-steps.yml b/.azure-pipelines/util/analyze-steps.yml
index 0241121d5af0..ab0472348c86 100644
--- a/.azure-pipelines/util/analyze-steps.yml
+++ b/.azure-pipelines/util/analyze-steps.yml
@@ -31,6 +31,17 @@ steps:
- pwsh: 'Install-Module "platyPS", "PSScriptAnalyzer" -Force -Confirm:$false -Scope CurrentUser'
displayName: 'Install PowerShell Dependencies'
+
+- task: PowerShell@2
+ displayName: 'Install latest modules'
+ inputs:
+ targetType: 'inline'
+ script: |
+ New-Item -ItemType Directory -Path "Az-Cmdlets-latest"
+ Invoke-WebRequest -Uri "https://azpspackage.blob.core.windows.net/release/Az-Cmdlets-latest.tar.gz" -OutFile "Az-Cmdlets-latest/Az-Cmdlets-latest.tar.gz" -MaximumRetryCount 2 -RetryIntervalSec 1
+ tar -xvzf "Az-Cmdlets-latest/Az-Cmdlets-latest.tar.gz" -C "Az-Cmdlets-latest"
+ . Az-Cmdlets-latest/InstallModule.ps1
+ pwsh: true
- task: DotNetCoreCLI@2
displayName: 'Generate Help'
diff --git a/build.proj b/build.proj
index 59fa5cbaa76d..14b246ffd9b3 100644
--- a/build.proj
+++ b/build.proj
@@ -266,7 +266,7 @@
-
+
diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1
index 4ec7128f27ef..75d32fd5844e 100644
--- a/tools/Az/Az.psd1
+++ b/tools/Az/Az.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 5/19/2022
+# Generated on: 6/30/2022
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '8.0.0'
+ModuleVersion = '8.1.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,13 +52,13 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.2'; },
- @{ModuleName = 'Az.Aks'; RequiredVersion = '4.1.0'; },
+ @{ModuleName = 'Az.Aks'; RequiredVersion = '4.2.0'; },
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; },
@{ModuleName = 'Az.ApiManagement'; RequiredVersion = '3.0.0'; },
@{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.0.0'; },
+ @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.3'; },
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.0'; },
@@ -66,13 +66,14 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.11.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '4.27.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '4.30.0'; },
+ @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; },
- @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.0'; },
+ @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.2'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.7'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.8'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.1'; },
@@ -81,13 +82,13 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.DevTestLabs'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.2'; },
@{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.3.0'; },
- @{ModuleName = 'Az.EventHub'; RequiredVersion = '2.0.0'; },
+ @{ModuleName = 'Az.EventHub'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.9.0'; },
@{ModuleName = 'Az.Functions'; RequiredVersion = '4.0.3'; },
@{ModuleName = 'Az.HDInsight'; RequiredVersion = '5.0.1'; },
@{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.4'; },
- @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.5.0'; },
+ @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.6.0'; },
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; },
@@ -99,28 +100,28 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.Migrate'; RequiredVersion = '1.1.2'; },
@{ModuleName = 'Az.Monitor'; RequiredVersion = '3.0.1'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.0.0'; },
- @{ModuleName = 'Az.Network'; RequiredVersion = '4.17.0'; },
+ @{ModuleName = 'Az.Network'; RequiredVersion = '4.18.0'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; },
+ @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
- @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.4.0'; },
+ @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.4.1'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Resources'; RequiredVersion = '6.0.0'; },
+ @{ModuleName = 'Az.Resources'; RequiredVersion = '6.0.1'; },
@{ModuleName = 'Az.Security'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.9.0'; },
- @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.2'; },
+ @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.10.0'; },
+ @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '1.4.1'; },
- @{ModuleName = 'Az.Sql'; RequiredVersion = '3.9.0'; },
+ @{ModuleName = 'Az.Sql'; RequiredVersion = '3.10.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '4.6.0'; },
+ @{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.3.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '4.7.0'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.7.0'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; },
@@ -182,169 +183,121 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '8.0.0 - May 2022
+ ReleaseNotes = '8.1.0 - July 2022
Az.Accounts
-* Added a preview feature allowing user to control the following configurations by using ''Get-AzConfig'', ''Update-AzConfig'' and ''Clear-AzConfig'':
- - ''DefaultSubscriptionForLogin'': Subscription name or GUID. Sets the default context for Azure PowerShell when logging in without specifying a subscription.
- - ''DisplayBreakingChangeWarning'': Controls if warning messages for breaking changes are displayed or suppressed.
- - ''EnableDataCollection'': When enabled, Azure PowerShell cmdlets send telemetry data to Microsoft to improve the customer experience.
-* Upgraded System.Reflection.DispatchProxy on Windows PowerShell [#17856]
-* Upgraded Azure.Identity to 1.6.0 and Azure.Core to 1.24.0
+* Supported exporting and importing configurations by ''Export-AzConfig'' and ''Import-AzConfig''.
+* Fixed an issue that Az.Accounts may fail to be imported in parallel PowerShell processes. [#18321]
+* Fixed incorrect access token [#18105]
+* Upgraded version of Microsoft.Identity.Client for .NET Framework. [#18495]
+* Fixed an issue that Az.Accounts failed to be imported if multiple environment variables, which only differ by case, are set. [#18304]
Az.Aks
-* Removed these aliases:
- * ''Get-AzAks''
- * ''New-AzAks''
- * ''Set-AzAks''
- * ''Remove-AzAks''
-
-Az.ApiManagement
-* [Breaking change] Replaced parameter ''Sample'' by ''Examples'' in ''New-AzApiManagementOperation'' and ''Set-AzApiManagementOperation''
-* Updated APIM .Net SDK version to 8.0.0 / Api Version 2021-08-01
+* Added parameter ''CommandContextAttachmentZip'' for ''Invoke-AzAksRunCommand''. [#17454]
+* Added ManagedIdentity support for Aks[#15656].
+* Added property ''PowerState'' for the output of ''Get-AzAksCluster''[#18271]
+* Updated the logic of ''Set-AzAksCluster'' for parameter ''NodeImageOnly''.
+* Added parameter ''NodeImageOnly'' for ''Update-AzAksNodePool''.
+* Added parameter ''AvailabilityZone'' for ''New-AzAksCluster''. [#18658]
Az.ApplicationInsights
-* Upgraded API version for ApplicationInsights component to 2020-02-02
-* Supported Log Analytics workspace-based component by ''New-AzApplicationInsights'' and ''Update-AzApplicationInsights''
-
-Az.Cdn
-* Upgraded API version to 2021-06-01
-* Removed deprecated cmdlets
-* Added new cmdlets
-* Renamed Set cmdlets to Update cmdlets
-* Added ''Object'' suffix to memory object creation cmdlets
+* Fixed parameters for Set-AzApplicationInsightsDailyCap [#18315]
+* Fixed parameter ''DocumentType'' for ''New-AzApplicationInsightsContinuousExport'' and ''Set-AzApplicationInsightsContinuousExport'' [#18350]
+* Fixed parameter ''ResourceId'' for ''Get-AzApplicationInsights'' [#18707]
Az.Compute
-* Edited ''New-AzVm'' cmdlet internal logic to use the ''PlatformFaultDomain'' value in the ''PSVirtualMachine'' object passed to it in the new virtual machine.
-* Added a new cmdlet named ''Restart-AzHost'' to restart dedicated hosts.
-* Added ''-DataAccessAuthMode'' parameter to the following cmdlets:
- - ''New-AzDiskConfig''
- - ''New-AzDiskUpdateConfig''
- - ''New-AzSnapshotConfig''
- - ''New-AzSnapshotUpdateConfig''
-* Added ''-Architecture'' parameter to the following cmdlets:
- - ''New-AzDiskConfig''
- - ''New-AzDiskUpdateConfig''
- - ''New-AzSnapshotConfig''
- - ''New-AzSnapshotUpdateConfig''
- - ''New-AzGalleryImageDefinition''
-* Added ''-InstanceView'' parameter to ''Get-AzRestorePoint''
-* Added parameter ''-ScriptString'' to ''Invoke-AzvmRunCommand'' and ''Invoke-AzvmssRunCommand''
-* Added parameter ''-ScaleInPolicyForceDeletion'' to ''Update-Azvmss''
-
-Az.ContainerRegistry
-* Updated parameter types from bool to bool? for ''Update-AzContainerRegistryRepository'' [#17857]
- - ''ReadEnabled''
- - ''ListEnabled''
- - ''WriteEnabled''
- - ''DeleteEnabled''
+* Added image alias ''Win2022AzureEditionCore''
+* Added the ''-DisableIntegrityMonitoring'' switch parameter to the ''New-AzVM'' cmdlet.
+ Changed the default behavior for ''New-AzVM'' and ''New-AzVmss'' when these conditions are met:
+ 1) ''-DisableIntegrityMonitoring'' is not true.
+ 2) ''SecurityType'' on the SecurityProfile is ''TrustedLaunch''.
+ 3) ''VTpmEnabled'' on the SecurityProfile is true.
+ 4) ''SecureBootEnabled'' on the SecurityProfile is true.
+ Now ''New-AzVM'' will install the ''Guest Attestation'' extension to the new VM when these conditions are met.
+ Now ''New-AzVmss'' will install the ''Guest Attestation'' extension to the new Vmss when these conditions are met and installed to all VM instances in the Vmss.
+* Added ''-UserAssignedIdentity'' and ''-FederatedClientId'' to the following cmdlets:
+ - ''New-AzDiskEncryptionSetConfig''
+ - ''Update-AzDiskEncryptionSet''
+* Added ''-TreatFailureAsDeploymentFailure'' to cmdlets ''Add-AzVmGalleryApplication'' and ''Add-AzVmssGalleryApplication''
+* Removed Exceptions for when SinglePlacementGroup is set to true in ''OrchestrationMode''
Az.CosmosDB
-* Introduced support for creating containers with Client Encryption Policy. The current supported version of Client Encryption Policy is 1.
+* Added support for partition key and id paths to be part of client encryption policy.
+* Fixed bug related to Update-AzCosmosDBSqlContainer command on containers with Client Encryption Policy.
Az.DataFactory
-* Updated ADF .Net SDK version to 6.1.0
-* Fixed Set-AzDataFactoryV2 -InputObject not correct with PublicNetworkAccess Parameter
+* Updated ADF .Net SDK version to 6.3.0
Az.EventHub
-* Made ''IPRule'' and ''VirtualNetworkRule'' optional in ''Set-AzEventHubNetworkRuleSet''.
-* Deprecated older MSI properties in ''Set-AzEventHubNamespace'' and ''New-AzEventHubNamespace''
-
-Az.Functions
-* Fixed an issue that New-AzFunctionApp cmdlet should write a warning message when setting default values for parameters that are not provided.
-
-Az.HealthcareApis
-* Migrated module to generated codebase.
-* Added cmdlets for FhirService, DicomService, and IoTConnector.
+* Added cmdlets for CRUD operations on EventHub Application Groups. The added cmdlets include,
+ -New-AzEventHubApplicationGroup
+ -Set-AzEventHubApplicationGroup
+ -Remove-AzEventHubApplicationGroup
+ -Get-AzEventHubApplicationGroup
+ -New-AzEventHubThrottlingPolicyConfig
+* Get-AzEventHubNamespace returned a maximum of 100 namespaces for list by resource groups or list by subscriptions so far. From here onwards, for resource groups and subscriptions with over a 100 namespaces, the cmdlet will return all the namespaces. You will not see a change in the cmdlet behaviour if your resource groups or subscriptions have less than a 100 namespaces.
+* Added cmdlets for manual approval of EventHubs Private Endpoint Connections. The added cmdlets include,
+ -Approve-AzEventHubPrivateEndpointConnection
+ -Deny-AzEventHubPrivateEndpointConnection
+ -Get-AzEventHubPrivateEndpointConnection
+ -Remove-AzEventHubPrivateEndpointConnection
+ -Get-AzEventHubPrivateLink
Az.KeyVault
-* Added ''Rotate'' into the list of permissions to keys [#17970]
-
-Az.ManagedServiceIdentity
-* General availability of ''Az.ManagedServiceIdentity''
+* Supported importing pem certificate by ''Import-AzKeyVaultCertificate'' [#18494]
+* Supported accepting rotation policy in a JSON file
+* [Breaking Change] Changed parameter ''ExpiresIn'' in ''Set-AzKeyVaultKeyRotationPolicy'' from TimeSpan? to string. It must be an ISO 8601 duration like ''P30D'' for 30 days.
+* [Breaking Change] Changed output properties ''ExpiresIn'', ''TimeAfterCreate'' and ''TimeBeforeExpiry'' of ''Set-AzKeyVaultKeyRotationPolicy'' and ''Get-AzKeyVaultKeyRotationPolicy'' from TimeSpan? to string.
+* Supported creating/updating key with release policy in a Managed HSM
+* Removed default value for ''EnabledForDeployment'', ''EnabledForTemplateDeployment'', ''EnabledForDiskEncryption'' and ''EnableRbacAuthorization'' during the process of key vault creation
+* Changed default access policies for Key Vault secret, certificate and storage as ''All''
Az.Network
-* Supported ''Microsoft.Network/privateLinkServices'' in ''Get-AzPrivateEndpointConnection'' [#16984].
-* Provided friendly message if resource type is not supported for private endpoint connection features [#17091].
-* Added ''DisableIPsecProtection'' to ''Virtual Network Gateway''.
-* Added new cmdlets to create/manage authorization objects for ExpressRoutePort:
- - ''Add-AzExpressRoutePortAuthorization''
- - ''Get-AzExpressRoutePortAuthorization''
- - ''Remove-AzExpressRoutePortAuthorization''
-* Added option parameter ''AuthorizationKey'' to cmdlet ''New-AzExpressRouteCircuit'' to allow creating ExpressRoute Circuit on a ExpressRoutePort with a different owner.
-* Fix bug that can''t display CustomIpPrefix in PublicIpPrefix.
-* Updated cmdlets to add new property of ''HubRoutingPreference'' in VirtualHub and set property of ''PreferredRoutingGateway'' deprecated .
- - ''New-AzVirtualHub''
- - ''Update-AzVirtualHub''
-* Added optional parameter ''AuxiliaryMode'' to cmdlet ''New-AzNetworkInterface'' to enable this network interface as Sirius enabled. Allowed values are None(default) and MaxConnections.
-* Multipool feature change: Updated cmdlets to add new optional property: ''ConfigurationPolicyGroups'' object for associating policy groups.
- - ''Update-AzVpnServerConfiguration''
- - ''New-AzVpnServerConfiguration''
-* Multipool feature change: Updated cmdlets to add new optional property: ''P2SConnectionConfiguration'' object for specifying multiple Connection configurations.
- - ''Update-AzP2sVpnGateway''
- - ''New-AzP2sVpnGateway''
-* Multipool feature change: Added new cmdlets to support CRUD of Configuration policy groups for VpnServerConfiguration.
- - ''Get-AzVpnServerConfigurationPolicyGroup''
- - ''New-AzVpnServerConfigurationPolicyGroup''
- - ''Update-AzVpnServerConfigurationPolicyGroup''
- - ''Remove-AzVpnServerConfigurationPolicyGroup''
+* Added support for CustomV2 ssl policies for Application Gateway.
+ - Added ''CustomV2'' to the validation set of ''PolicyType''
+ - Added ''TLSv1_3'' to the validation set of ''MinProtocolVersion''
+ - Removed validation for null or empty cipher suites list since there can be empty cipher suites list for min protocol version of tls1.3
+* [Breaking Change] Changed default value of ''-PrivateEndpointNetworkPoliciesFlag'' to ''Disabled'' in ''Add-AzVirtualNetworkSubnetConfig'' and ''New-AzVirtualNetworkSubnetConfig''
+* Fixed bugs that cannot parse virtual network encryption paramemters when updating exsiting vnet.
+
+Az.PowerBIEmbedded
+* Updated SKU allowed values to support A7 and A8
Az.RecoveryServices
-* Added support for Multi-user authorization using Resource Guard for recovery services vault.
-* Added support for cross subscription restore for recovery services vault, modified storage account to be fetched from target subscription.
+* Fixed delay in long running operations [#18567]
Az.Resources
-* Added cmdlet for Application federated identity credential
- - ''Get-AzADAppFederatedIdentityCredential''
- - ''New-AzADAppFederatedIdentityCredential''
- - ''Remove-AzADAppFederatedIdentityCredential''
- - ''Update-AzADAppFederatedIdentityCredential''
-* Upgraded and revised ''Get-AzLocation'' cmdlet:
- - Upgraded ''subscriptionClient'' for ''Get-AzLocation''. Changed its apiVersion from 2016-01-01 to 2021-01-01.[#18002]
- - Added all attributes of location info for ''Get-AzLocation'', including ''pairedRegion'' and so on. [#18045][#17536]
- - Support ExtendedLocations by ''Get-AzLocation'' [#18046]
-* Added the following cmdlets to remain in parity with 2021-04-01 API version:
- - ''New-AzHierarchySetting''
- - ''Get-AzHierarchySetting''
- - ''Update-AzHierarchySetting''
- - ''Remove-AzHierarchySetting''
- - ''Get-AzManagementGroupSubscription''
- - ''Get-AzSubscriptionUnderManagementGroup''
- - ''Start-AzTenantBackfill''
- - ''Get-AzTenantBackfillStatus''
- - ''Get-AzManagementGroupNameAvailability''
- - ''Get-AzEntity''
-* [Breaking Change] Renamed property ''isSyncedFromOnPremis'' to ''isSyncedFromOnPremise'' to align with API spec
-
-Az.Security
-* Added new cmdlet: ''Get-AzSecuritySolution''
-* Added Alerts Suppression Rules to cmdlets:
- ''Get-AlertsSuppressionRule''
- ''Remove-AlertsSuppressionRule''
- ''Set-AlertsSuppressionRule''
- ''New-AzAlertsSuppressionRuleScope''
+* Added feedback when deleting role assignments even if passthru is not used
+* Fixed relative path failure in -AsJob scenario [#18084]
+* Fixed logic of ''createtime'' and ''ChangedTime'' in ''Get-AzResource --ExpandProperties''. [#18206]
+* Fixed role assignment latency for ''New-AzADServicePrincipal'' [#16777]
Az.ServiceBus
-* Fixed miscellaneous network rule set typos across module.
-* Add ''TrustedServiceAccessEnabled'' to ''Set-AzServiceBusNetworkRuleSet''
+* Added cmdlets for manual approval of Service Bus Private Endpoint Connections. The added cmdlets include,
+ -Approve-AzServiceBusPrivateEndpointConnection
+ -Deny-AzServiceBusPrivateEndpointConnection
+ -Get-AzServiceBusPrivateEndpointConnection
+ -Remove-AzServiceBusPrivateEndpointConnection
+ -Get-AzServiceBusPrivateLink
+
+Az.ServiceFabric
+* Fixed typo in verbose log message.
+* Added Tag support for managed cluster create and update
Az.Sql
-* Added new cmdlet ''Get-AzSqlInstanceEndpointCertificate''
-* Added parameter ''HighAvailabilityReplicaCount'' to ''New-AzSqlElasticPool'' and ''Set-AzSqlElasticPool''
+* Added ''GeoZone'' option to ''BackupStorageRedundancy'' parameter to ''New-AzSqlDatabase'', ''Set-AzSqlDatabase'', ''New-AzSqlDatabaseCopy'', ''New-AzSqlDatabaseSecondary'', and ''Restore-AzSqlDatabase'' to enable create, update, copy, geo secondary and PITR support for GeoZone hyperscale databases
+* Added additional input validation to ''Stop-AzSqlInstanceDatabaseLogReplay'' cmdlet to ensure the target database was created by log replay service
+* Bug fix for cmdlet ''Restore-AzSqlDatabase''. The optional property ''Tags'' was not working as expected
+* Added isManagedIdentityInUse get parameter for ''Get-AzSqlServerAudit'' and ''Get-AzSqlDatabaseAudit''
+* Added new cmdlet ''Set-AzSqlInstanceDatabase''
+
+Az.StackHCI
+* Added support to Stack HCI Cluster
+* Added support to Stack HCI Extension
+* Added support to Stack HCI Arc Settings
Az.Storage
-* Supported generate Sas token for DataLakeGen2
- - ''New-AzDataLakeGen2SasToken''
-* Showed OAuth token in debug log in debug build only
- - ''New-AzStorageContext''
-* Supported return more file properties when list Azure file
- - ''Get-AzStorageFile''
-
-Az.Synapse
-* Added support for Synapse Link for Azure Sql Database
-* Set ''UploadedTimestamp'' when adding package to spark pool by ''Update-AzSynapseSparkPool''
-
-Az.Websites
-* Updated ''Get-AzWebApp'' and ''Get-AzWebAppSlot'' to expose ''VirtualNetworkSubnetId'' property [#18042]
+* Supported BaseBlob DaysAfterCreationGreaterThan in Management Policy
+ - ''Add-AzStorageAccountManagementPolicyAction''
'
# Prerelease string of this module
diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1
index d1e4eac0e034..b80adc1e180e 100644
--- a/tools/AzPreview/AzPreview.psd1
+++ b/tools/AzPreview/AzPreview.psd1
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '8.0.0'
+ModuleVersion = '8.1.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -52,36 +52,37 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''
# Modules that must be imported into the global environment prior to importing this module
-RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
- @{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.1.0'; },
+RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.0'; },
+ @{ModuleName = 'Az.ADDomainServices'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.2'; },
- @{ModuleName = 'Az.Aks'; RequiredVersion = '4.1.0'; },
+ @{ModuleName = 'Az.Aks'; RequiredVersion = '4.2.0'; },
@{ModuleName = 'Az.AlertsManagement'; RequiredVersion = '0.4.1'; },
@{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.4'; },
@{ModuleName = 'Az.ApiManagement'; RequiredVersion = '3.0.0'; },
+ @{ModuleName = 'Az.App'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.0.0'; },
+ @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.3'; },
@{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.0'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Blueprint'; RequiredVersion = '0.4.0'; },
- @{ModuleName = 'Az.BotService'; RequiredVersion = '0.3.2'; },
+ @{ModuleName = 'Az.BotService'; RequiredVersion = '0.4.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.ChangeAnalysis'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.11.0'; },
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.Compute'; RequiredVersion = '4.27.0'; },
- @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.0'; },
+ @{ModuleName = 'Az.Compute'; RequiredVersion = '4.30.0'; },
+ @{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.3.0'; },
- @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.3.0'; },
+ @{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.4.0'; },
@{ModuleName = 'Az.ConnectedNetwork'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '3.0.0'; },
- @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.0'; },
+ @{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.8.2'; },
@{ModuleName = 'Az.CostManagement'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.CustomLocation'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.CustomProviders'; RequiredVersion = '0.1.0'; },
@@ -89,7 +90,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.Databricks'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.Datadog'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.7'; },
+ @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.8'; },
@{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; },
@{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.11.0'; },
@@ -108,7 +109,8 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.EdgeOrder'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Elastic'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.3.0'; },
- @{ModuleName = 'Az.EventHub'; RequiredVersion = '2.0.0'; },
+ @{ModuleName = 'Az.EventHub'; RequiredVersion = '2.1.0'; },
+ @{ModuleName = 'Az.FluidRelay'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.9.0'; },
@{ModuleName = 'Az.Functions'; RequiredVersion = '4.0.3'; },
@{ModuleName = 'Az.GuestConfiguration'; RequiredVersion = '0.11.0'; },
@@ -121,13 +123,14 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.ImportExport'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.IotCentral'; RequiredVersion = '0.10.0'; },
@{ModuleName = 'Az.IotHub'; RequiredVersion = '2.7.4'; },
- @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.5.0'; },
+ @{ModuleName = 'Az.KeyVault'; RequiredVersion = '4.6.0'; },
@{ModuleName = 'Az.KubernetesConfiguration'; RequiredVersion = '0.6.0'; },
@{ModuleName = 'Az.Kusto'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.LabServices'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.Logz'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; },
+ @{ModuleName = 'Az.MachineLearningServices'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.ManagedServiceIdentity'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '3.0.0'; },
@@ -143,38 +146,39 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.8.0'; },
@{ModuleName = 'Az.MonitoringSolutions'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.10.0'; },
- @{ModuleName = 'Az.Network'; RequiredVersion = '4.17.0'; },
+ @{ModuleName = 'Az.Network'; RequiredVersion = '4.18.0'; },
+ @{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; },
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.Peering'; RequiredVersion = '0.3.0'; },
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.5.0'; },
@{ModuleName = 'Az.Portal'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.2'; },
+ @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.ProviderHub'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Purview'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.0'; },
- @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.4.0'; },
+ @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.4.1'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.Reservations'; RequiredVersion = '0.9.0'; },
@{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '0.12.0'; },
@{ModuleName = 'Az.ResourceMover'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.Resources'; RequiredVersion = '6.0.0'; },
+ @{ModuleName = 'Az.Resources'; RequiredVersion = '6.0.1'; },
@{ModuleName = 'Az.Search'; RequiredVersion = '0.8.0'; },
@{ModuleName = 'Az.Security'; RequiredVersion = '1.3.0'; },
@{ModuleName = 'Az.SecurityInsights'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.9.0'; },
- @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.0.2'; },
+ @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.10.0'; },
+ @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.1.0'; },
@{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.SignalR'; RequiredVersion = '1.4.1'; },
@{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.2.0'; },
- @{ModuleName = 'Az.Sql'; RequiredVersion = '3.9.0'; },
+ @{ModuleName = 'Az.Sql'; RequiredVersion = '3.10.0'; },
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; },
- @{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.2.0'; },
- @{ModuleName = 'Az.Storage'; RequiredVersion = '4.6.0'; },
+ @{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.3.0'; },
+ @{ModuleName = 'Az.Storage'; RequiredVersion = '4.7.0'; },
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.7.0'; },
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Subscription'; RequiredVersion = '0.8.1'; },
diff --git a/tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks/CIFilterTask.cs b/tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks/CIFilterTask.cs
index ac5734d3099d..576695e2906a 100644
--- a/tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks/CIFilterTask.cs
+++ b/tools/BuildPackagesTask/Microsoft.Azure.Build.Tasks/CIFilterTask.cs
@@ -240,7 +240,7 @@ private bool ProcessTargetModule(Dictionary csprojMap)
private string ProcessSinglePattern(string pattern)
{
- return pattern.Replace("**", ".*").Replace("{ModuleName}", "(?[^/]+)");
+ return pattern.Replace(".", "\\.").Replace("*", ".*").Replace("{ModuleName}", "(?[^/]+)");
}
private Dictionary> CalculateInfluencedModuleInfoForEachPhase(List<(Regex, List)> ruleList, Dictionary csprojMap)
@@ -462,17 +462,7 @@ public override bool Execute()
}
else
{
- Dictionary> influencedModuleInfo = new Dictionary>
- {
- [BUILD_PHASE] = new HashSet() { ACCOUNT_MODULE_NAME },
- [ANALYSIS_BREAKING_CHANGE_PHASE] = new HashSet() { ACCOUNT_MODULE_NAME },
- [ANALYSIS_DEPENDENCY_PHASE] = new HashSet() { ACCOUNT_MODULE_NAME },
- [ANALYSIS_HELP_PHASE] = new HashSet() { ACCOUNT_MODULE_NAME },
- [ANALYSIS_SIGNATURE_PHASE] = new HashSet() { ACCOUNT_MODULE_NAME },
- [TEST_PHASE] = new HashSet() { ACCOUNT_MODULE_NAME }
- };
- FilterTaskResult.PhaseInfo = CalculateCsprojForBuildAndTest(influencedModuleInfo, csprojMap);
- return true;
+ return false;
}
}
return true;
diff --git a/tools/Common.Netcore.Dependencies.targets b/tools/Common.Netcore.Dependencies.targets
index 4a86a4560f5a..64d75c7b96ae 100644
--- a/tools/Common.Netcore.Dependencies.targets
+++ b/tools/Common.Netcore.Dependencies.targets
@@ -3,22 +3,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -36,7 +36,7 @@
- $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.58-preview\tools\
+ $(NugetPackageRoot)\microsoft.azure.powershell.storage\1.3.59-preview\tools\
diff --git a/tools/CreateMappings_rules.json b/tools/CreateMappings_rules.json
index e2bbd11a68eb..6cb21a7d9c46 100644
--- a/tools/CreateMappings_rules.json
+++ b/tools/CreateMappings_rules.json
@@ -1,4 +1,8 @@
[
+ {
+ "alias": "Container Apps",
+ "module": "App"
+ },
{
"alias": "Confidential Ledger",
"module": "ConfidentialLedger"
@@ -8,14 +12,13 @@
"alias": "API Management"
},
{
- "regex": "MachineLearning",
+ "module": "MachineLearning",
"group": "ML Studio (Classic)",
"alias": "ML Studio (Classic)"
},
{
- "regex": "Ml",
- "group": "ML Studio (Classic)",
- "alias": "ML Studio (Classic)"
+ "module": "MachineLearningServices",
+ "alias": "Machine Learning"
},
{
"regex": "ImageBuilder",
@@ -34,6 +37,10 @@
"group": "Virtual Machines",
"alias": "VM Snapshots"
},
+ {
+ "regex": "FluidRelay",
+ "alias": "Fluid Relay"
+ },
{
"regex": "Image",
"group": "Virtual Machines",
@@ -734,5 +741,9 @@
{
"alias": "ServiceLinker",
"module": "ServiceLinker"
+ },
+ {
+ "alias": "NetworkFunction",
+ "module": "NetworkFunction"
}
]
diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv
index 4538911960d1..ce7fde1c38e9 100644
--- a/tools/Docs/az-ps-latest.csv
+++ b/tools/Docs/az-ps-latest.csv
@@ -1,134 +1,138 @@
-pac0,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Accounts,2.8.0
-pac1,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ADDomainServices,0.1.0
+pac0,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Accounts,2.9.0
+pac1,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ADDomainServices,0.2.0
pac2,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Advisor,1.1.2
-pac3,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Aks,4.1.0
+pac3,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Aks,4.2.0
pac4,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.AlertsManagement,0.4.1
pac5,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.AnalysisServices,1.1.4
pac6,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ApiManagement,3.0.0
-pac7,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.AppConfiguration,1.1.0
-pac8,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ApplicationInsights,2.0.0
-pac9,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Attestation,1.0.0
-pac10,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automation,1.7.3
-pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BareMetal,0.1.0
-pac12,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Batch,3.2.0
-pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Billing,2.0.0
-pac14,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Blueprint,0.4.0
-pac15,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BotService,0.3.2
-pac16,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Cdn,2.1.0
-pac17,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ChangeAnalysis,0.1.0
-pac18,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CloudService,1.1.0
-pac19,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CognitiveServices,1.11.0
-pac20,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Communication,0.2.0
-pac21,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.27.0
-pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConfidentialLedger,0.1.0
-pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Confluent,0.2.0
-pac24,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedKubernetes,0.3.0
-pac25,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedMachine,0.3.0
-pac26,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedNetwork,0.1.0
-pac27,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ContainerInstance,3.1.0
-pac28,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ContainerRegistry,3.0.0
-pac29,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CosmosDB,1.8.0
-pac30,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CostManagement,0.2.0
-pac31,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CustomLocation,0.1.0
-pac32,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CustomProviders,0.1.0
-pac33,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataBox,0.2.0
-pac34,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataBoxEdge,1.1.0
-pac35,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Databricks,1.2.0
-pac36,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Datadog,0.1.0
-pac37,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataFactory,1.16.7
-pac38,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataLakeAnalytics,1.0.2
-pac39,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataLakeStore,1.3.0
-pac40,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataMigration,0.11.0
-pac41,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataProtection,0.3.1
-pac42,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataShare,1.0.1
-pac43,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DedicatedHsm,0.3.0
-pac44,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DeploymentManager,1.1.0
-pac45,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DesktopVirtualization,3.1.0
-pac46,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DeviceProvisioningServices,0.10.0
-pac47,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DevSpaces,0.7.3
-pac48,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DevTestLabs,1.0.2
-pac49,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DigitalTwins,0.1.0
-pac50,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DiskPool,0.3.0
-pac51,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Dns,1.1.2
-pac52,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DnsResolver,0.2.0
-pac53,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EdgeOrder,0.1.0
-pac54,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Elastic,0.1.0
-pac55,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventGrid,1.3.0
-pac56,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventHub,2.0.0
-pac57,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.FrontDoor,1.9.0
-pac58,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Functions,4.0.3
-pac59,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.GuestConfiguration,0.10.8
-pac60,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HanaOnAzure,0.3.0
-pac61,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HDInsight,5.0.1
-pac62,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HealthBot,0.1.0
-pac63,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HealthcareApis,2.0.0
-pac64,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HPCCache,0.1.1
-pac65,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ImageBuilder,0.2.0
-pac66,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ImportExport,0.1.0
-pac67,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.IotCentral,0.10.0
-pac68,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.IotHub,2.7.4
-pac69,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.KeyVault,4.5.0
-pac70,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.KubernetesConfiguration,0.5.0
-pac71,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Kusto,2.1.0
-pac72,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.LabServices,0.1.0
-pac73,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.LogicApp,1.5.0
-pac74,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Logz,0.1.0
-pac75,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MachineLearning,1.1.3
-pac76,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Maintenance,1.2.0
-pac77,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ManagedServiceIdentity,1.0.0
-pac78,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ManagedServices,3.0.0
-pac79,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ManagementPartner,0.7.2
-pac80,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Maps,0.8.0
-pac81,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MariaDb,0.2.0
-pac82,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Marketplace,0.3.0
-pac83,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MarketplaceOrdering,1.0.2
-pac84,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Media,1.1.1
-pac85,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Migrate,1.1.2
-pac86,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MixedReality,0.1.4
-pac87,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Monitor,3.0.1
-pac88,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MonitoringSolutions,0.1.0
-pac89,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MySql,1.0.0
-pac90,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NetAppFiles,0.10.0
-pac91,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Network,4.17.0
-pac92,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NotificationHubs,1.1.1
-pac93,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.OperationalInsights,3.1.0
-pac94,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Peering,0.3.0
-pac95,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PolicyInsights,1.5.0
-pac96,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Portal,0.1.0
-pac97,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PostgreSql,1.1.0
-pac98,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PowerBIEmbedded,1.1.2
-pac99,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PrivateDns,1.0.3
-pac100,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ProviderHub,0.2.0
-pac101,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Purview,0.2.0
-pac102,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Quota,0.1.0
-pac103,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RecoveryServices,5.4.0
-pac104,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisCache,1.6.0
-pac105,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisEnterpriseCache,1.0.0
-pac106,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Relay,1.0.3
-pac107,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Reservations,0.9.0
-pac108,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ResourceGraph,0.12.0
-pac109,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ResourceMover,1.1.0
-pac110,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Resources,6.0.0
-pac111,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Search,0.8.0
-pac112,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Security,1.3.0
-pac113,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SecurityInsights,1.1.0
-pac114,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceBus,1.9.0
-pac115,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceFabric,3.0.2
-pac116,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceLinker,0.1.0
-pac117,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SignalR,1.4.1
-pac118,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SpringCloud,0.2.0
-pac119,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Sql,3.9.0
-pac120,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SqlVirtualMachine,1.1.0
-pac121,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StackHCI,1.1.1
-pac122,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Storage,4.6.0
-pac123,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StorageSync,1.7.0
-pac124,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StreamAnalytics,2.0.0
-pac125,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Subscription,0.8.1
-pac126,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Support,1.0.0
-pac127,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Synapse,1.4.0
-pac128,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.TimeSeriesInsights,0.2.0
-pac129,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.TrafficManager,1.1.0
-pac130,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.VMware,0.4.0
-pac131,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Websites,2.11.2
-pac132,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.WindowsIotServices,0.1.0
+pac7,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.App,0.1.0
+pac8,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.AppConfiguration,1.1.0
+pac9,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ApplicationInsights,2.1.0
+pac10,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Attestation,1.0.0
+pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automation,1.7.3
+pac12,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BareMetal,0.1.0
+pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Batch,3.2.0
+pac14,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Billing,2.0.0
+pac15,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Blueprint,0.4.0
+pac16,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BotService,0.4.0
+pac17,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Cdn,2.1.0
+pac18,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ChangeAnalysis,0.1.0
+pac19,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CloudService,1.1.0
+pac20,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CognitiveServices,1.11.0
+pac21,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Communication,0.2.0
+pac22,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Compute,4.30.0
+pac23,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConfidentialLedger,0.1.1
+pac24,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Confluent,0.2.0
+pac25,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedKubernetes,0.3.0
+pac26,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedMachine,0.4.0
+pac27,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ConnectedNetwork,0.1.0
+pac28,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ContainerInstance,3.1.0
+pac29,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ContainerRegistry,3.0.0
+pac30,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CosmosDB,1.8.2
+pac31,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CostManagement,0.2.0
+pac32,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CustomLocation,0.1.0
+pac33,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.CustomProviders,0.1.0
+pac34,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataBox,0.2.0
+pac35,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataBoxEdge,1.1.0
+pac36,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Databricks,1.2.0
+pac37,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Datadog,0.1.0
+pac38,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataFactory,1.16.8
+pac39,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataLakeAnalytics,1.0.2
+pac40,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataLakeStore,1.3.0
+pac41,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataMigration,0.11.0
+pac42,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataProtection,0.4.0
+pac43,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataShare,1.0.1
+pac44,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DedicatedHsm,0.3.0
+pac45,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DeploymentManager,1.1.0
+pac46,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DesktopVirtualization,3.1.0
+pac47,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DeviceProvisioningServices,0.10.0
+pac48,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DevSpaces,0.7.3
+pac49,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DevTestLabs,1.0.2
+pac50,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DigitalTwins,0.1.0
+pac51,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DiskPool,0.3.0
+pac52,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Dns,1.1.2
+pac53,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DnsResolver,0.2.0
+pac54,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EdgeOrder,0.1.0
+pac55,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Elastic,0.1.0
+pac56,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventGrid,1.3.0
+pac57,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.EventHub,2.1.0
+pac58,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.FluidRelay,0.1.0
+pac59,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.FrontDoor,1.9.0
+pac60,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Functions,4.0.3
+pac61,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.GuestConfiguration,0.11.0
+pac62,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HanaOnAzure,0.3.0
+pac63,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HDInsight,5.0.1
+pac64,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HealthBot,0.1.0
+pac65,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HealthcareApis,2.0.0
+pac66,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.HPCCache,0.1.1
+pac67,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ImageBuilder,0.2.0
+pac68,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ImportExport,0.1.0
+pac69,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.IotCentral,0.10.0
+pac70,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.IotHub,2.7.4
+pac71,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.KeyVault,4.6.0
+pac72,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.KubernetesConfiguration,0.6.0
+pac73,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Kusto,2.1.0
+pac74,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.LabServices,0.1.0
+pac75,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.LogicApp,1.5.0
+pac76,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Logz,0.1.0
+pac77,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MachineLearning,1.1.3
+pac78,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MachineLearningServices,0.1.0
+pac79,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Maintenance,1.2.0
+pac80,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ManagedServiceIdentity,1.0.0
+pac81,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ManagedServices,3.0.0
+pac82,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ManagementPartner,0.7.2
+pac83,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Maps,0.8.0
+pac84,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MariaDb,0.2.0
+pac85,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Marketplace,0.3.0
+pac86,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MarketplaceOrdering,1.0.2
+pac87,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Media,1.1.1
+pac88,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Migrate,1.1.2
+pac89,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MixedReality,0.1.4
+pac90,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Monitor,3.0.1
+pac91,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MonitoringSolutions,0.1.0
+pac92,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.MySql,1.0.0
+pac93,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NetAppFiles,0.10.0
+pac94,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Network,4.18.0
+pac95,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NetworkFunction,0.1.0
+pac96,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.NotificationHubs,1.1.1
+pac97,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.OperationalInsights,3.1.0
+pac98,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Peering,0.3.0
+pac99,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PolicyInsights,1.5.0
+pac100,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Portal,0.1.0
+pac101,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PostgreSql,1.1.0
+pac102,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PowerBIEmbedded,1.2.0
+pac103,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.PrivateDns,1.0.3
+pac104,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ProviderHub,0.2.0
+pac105,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Purview,0.2.0
+pac106,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Quota,0.1.0
+pac107,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RecoveryServices,5.4.1
+pac108,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisCache,1.6.0
+pac109,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisEnterpriseCache,1.0.0
+pac110,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Relay,1.0.3
+pac111,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Reservations,0.9.0
+pac112,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ResourceGraph,0.12.0
+pac113,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ResourceMover,1.1.0
+pac114,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Resources,6.0.1
+pac115,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Search,0.8.0
+pac116,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Security,1.3.0
+pac117,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SecurityInsights,1.1.0
+pac118,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceBus,1.10.0
+pac119,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceFabric,3.1.0
+pac120,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ServiceLinker,0.1.0
+pac121,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SignalR,1.4.1
+pac122,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SpringCloud,0.2.0
+pac123,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Sql,3.10.0
+pac124,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.SqlVirtualMachine,1.1.0
+pac125,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StackHCI,1.3.0
+pac126,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Storage,4.7.0
+pac127,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StorageSync,1.7.0
+pac128,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.StreamAnalytics,2.0.0
+pac129,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Subscription,0.8.1
+pac130,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Support,1.0.0
+pac131,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Synapse,1.4.0
+pac132,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.TimeSeriesInsights,0.2.0
+pac133,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.TrafficManager,1.1.0
+pac134,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.VMware,0.4.0
+pac135,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Websites,2.11.2
+pac136,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.WindowsIotServices,0.1.0
diff --git a/tools/Gen2Master/MoveFromGeneration2Master.ps1 b/tools/Gen2Master/MoveFromGeneration2Master.ps1
index d8f9d46c1b84..5916504976b3 100644
--- a/tools/Gen2Master/MoveFromGeneration2Master.ps1
+++ b/tools/Gen2Master/MoveFromGeneration2Master.ps1
@@ -361,11 +361,11 @@ Function Update-MappingJson {
$MappingPath = Join-Path -Path (Join-Path -Path $PSScriptRoot -ChildPath '..') -ChildPath "CreateMappings_rules.json"
$MappingObject = Get-Content -Path $MappingPath | ConvertFrom-Json
Foreach ($Item in $MappingObject) {
- If ($ModuleName -eq $Item.regex) {
+ If ($ModuleName -eq $Item.regex -or $ModuleName -eq $Item.module) {
return
}
}
- $MappingObject = $MappingObject + @{regex = $ModuleName; alias = $ModuleName }
+ $MappingObject = $MappingObject + @{module = $ModuleName; alias = $ModuleName }
ConvertTo-Json $MappingObject -Depth 1 | Set-Content -Path $MappingPath
}
}
diff --git a/tools/GeneratedModuleList.txt b/tools/GeneratedModuleList.txt
index 8bfd07811b3a..53e98d7c41c4 100644
--- a/tools/GeneratedModuleList.txt
+++ b/tools/GeneratedModuleList.txt
@@ -1,6 +1,8 @@
Az.ADDomainServices
+Az.App
Az.AppConfiguration
Az.BotService
+Az.Cdn
Az.ChangeAnalysis
Az.CloudService
Az.Communication
@@ -21,6 +23,7 @@ Az.DigitalTwins
Az.DiskPool
Az.EdgeOrder
Az.Elastic
+Az.FluidRelay
Az.Functions
Az.HanaOnAzure
Az.HealthBot
@@ -35,6 +38,7 @@ Az.MariaDb
Az.Migrate
Az.MonitoringSolutions
Az.MySql
+Az.NetworkFunction
Az.Portal
Az.PostgreSql
Az.ProviderHub
@@ -46,3 +50,4 @@ Az.StreamAnalytics
Az.TimeSeriesInsights
Az.VMware
Az.WindowsIotServices
+Az.MachineLearningServices
\ No newline at end of file
diff --git a/tools/PrepareAutorestModule.ps1 b/tools/PrepareAutorestModule.ps1
index d9f266d5100b..660ca32b74b0 100644
--- a/tools/PrepareAutorestModule.ps1
+++ b/tools/PrepareAutorestModule.ps1
@@ -46,7 +46,10 @@ foreach ($file in $ChangedFiles)
}
if ($ModuleSet.Contains($ALL_MODULE))
{
- $ModuleList = (Get-ChildItem "$PSScriptRoot\..\src\" -Directory -Exclude helpers,lib).Name | Where-Object { $SKIP_MODULES -notcontains $_ -and (Get-Item env:SELECTEDMODULELIST).Value.Split(';') -contains $_ }
+ $Null = $ModuleSet.Remove($ALL_MODULE)
+ $SelectedModuleList = (Get-ChildItem "$PSScriptRoot\..\src\").Name | Where-Object { (Get-Item env:SELECTEDMODULELIST).Value.Split(';') -contains $_ }
+ $Null = $ModuleSet.Add($SelectedModuleList)
+ $ModuleList = $ModuleSet | Where-Object { $SKIP_MODULES -notcontains $_ }
}
else
{
diff --git a/tools/RunVersionController.ps1 b/tools/RunVersionController.ps1
index 9e751fde5666..d71061675e71 100644
--- a/tools/RunVersionController.ps1
+++ b/tools/RunVersionController.ps1
@@ -383,10 +383,13 @@ switch ($PSCmdlet.ParameterSetName)
dotnet $PSScriptRoot/../artifacts/VersionController/VersionController.Netcore.dll
Bump-AzVersion
-
- Generate-AzPreview
-
- # Generate dotnet csv
- &$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1" -CustomSource "https://www.powershellgallery.com/api/v2/"
}
+
}
+
+# Each release needs to update AzPreview.psd1 and dotnet csv
+# Refresh AzPreview.psd1
+Generate-AzPreview
+
+# Generate dotnet csv
+&$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1" -CustomSource "https://www.powershellgallery.com/api/v2/"
\ No newline at end of file
diff --git a/tools/StaticAnalysis/BreakingChangeAnalyzer/BreakingChangeIssue.cs b/tools/StaticAnalysis/BreakingChangeAnalyzer/BreakingChangeIssue.cs
index f108d9d836cc..88e7e4ce75eb 100644
--- a/tools/StaticAnalysis/BreakingChangeAnalyzer/BreakingChangeIssue.cs
+++ b/tools/StaticAnalysis/BreakingChangeAnalyzer/BreakingChangeIssue.cs
@@ -59,7 +59,7 @@ public IReportRecord Parse(string line)
var match = Regex.Match(line, matcher);
if (!match.Success || match.Groups.Count < 8)
{
- throw new InvalidOperationException(string.Format("Could not parse '{0}' as HelpIssue record", line));
+ throw new InvalidOperationException(string.Format("Could not parse '{0}' as BreakingChangeIssue record", line));
}
AssemblyFileName = match.Groups[1].Value;
diff --git a/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/CommandName.psm1 b/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/CommandName.psm1
index a2b6748d73e2..e85d43d6ce22 100644
--- a/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/CommandName.psm1
+++ b/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/CommandName.psm1
@@ -4,6 +4,7 @@
.NOTES
File: CommandName.psm1
#>
+. $PSScriptRoot\..\utils.ps1
enum RuleNames {
Invalid_Cmdlet
@@ -51,14 +52,18 @@ function Measure-CommandName {
if ($CommandAst.InvocationOperator -eq "Unknown") {
$CommandName = $CommandAst.CommandElements[0].Extent.Text
$GetCommand = Get-Command $CommandName -ErrorAction SilentlyContinue
+ $ActualName = $GetCommand.Name
if ($null -eq $GetCommand) {
# CommandName is not valid.
- $global:CommandParameterPair += @{
- CommandName = $CommandName
- ParameterName = ""
- ModuleCmdletExNum = $ModuleCmdletExNum
+ # Redo import-module
+ if(!(Redo-ImportModule $CommandName)){
+ $global:CommandParameterPair += @{
+ CommandName = $CommandName
+ ParameterName = ""
+ ModuleCmdletExNum = $ModuleCmdletExNum
+ }
+ return $true
}
- return $true
}
else {
if ($GetCommand.CommandType -eq "Alias") {
@@ -70,10 +75,10 @@ function Measure-CommandName {
}
return $true
}
- if ($CommandName -cnotmatch "^([A-Z][a-z]+)+-([A-Z][a-z0-9]*)+$") {
+ if ($CommandName -cne $ActualName) {
# CommandName doesn't follow the Capitalization Conventions.
$global:CommandParameterPair += @{
- CommandName = $CommandName
+ CommandName = "$CommandName#@#$ActualName"
ParameterName = ""
ModuleCmdletExNum = $ModuleCmdletExNum
}
@@ -104,20 +109,16 @@ function Measure-CommandName {
$Severity = "Warning"
}
if ($global:CommandParameterPair[$i].ParameterName -eq "") {
- $Message = "$($CommandParameterPair[$i].CommandName) doesn't follow the Capitalization Conventions."
+ $CommandName, $CorrectName = $CommandParameterPair[$i].CommandName -split "#@#"
+ $Message = "$CommandName doesn't follow the Capitalization Conventions."
$RuleName = [RuleNames]::Capitalization_Conventions_Violated
$RuleSuppressionID = "5101"
- $name = $($CommandParameterPair[$i].CommandName)
- $textInfo = (Get-Culture).TextInfo
- $CorrectName = $textInfo.ToTitleCase(($name -split "-")[0])
- $CorrectName += "-Az"
- $CorrectName += $textInfo.ToTitleCase(($name -split "Az")[1])
$Remediation = "Check the Capitalization Conventions. Suggest format: $CorrectName"
- $Severity = "Warning"
+ $Severity = "Error"
}
$ModuleCmdletExNum = $($CommandParameterPair[$i].ModuleCmdletExNum)
$Result = [Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.DiagnosticRecord]@{
- Message = "$ModuleCmdletExNum-@$Message@$Remediation";
+ Message = "$ModuleCmdletExNum-#@#$Message#@#$Remediation";
Extent = $Asts[$i].Extent;
RuleName = $RuleName;
Severity = $Severity
@@ -140,4 +141,4 @@ function Measure-CommandName {
}
}
-Export-ModuleMember -Function Measure-*
+Export-ModuleMember -Function Measure-*
\ No newline at end of file
diff --git a/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/ParameterNameAndValue.psm1 b/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/ParameterNameAndValue.psm1
index b1ec5546f6bf..3933d737b0f3 100644
--- a/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/ParameterNameAndValue.psm1
+++ b/tools/StaticAnalysis/ExampleAnalyzer/AnalyzeRules/ParameterNameAndValue.psm1
@@ -4,6 +4,7 @@
.NOTES
File: ParameterNameAndValue.psm1
#>
+. $PSScriptRoot\..\utils.ps1
enum RuleNames {
Unknown_Parameter_Set
@@ -11,21 +12,51 @@ enum RuleNames {
Duplicate_Parameter_Name
Unassigned_Parameter
Unassigned_Variable
- Unbinded_Parameter_Name
+ Unbinded_Expression
Mismatched_Parameter_Value_Type
}
+$global:UtilityOutputTypePair = @{"ConvertTo-Json" = [string]; "ConvertFrom-Json" = [hashtable]}
+
<#
.SYNOPSIS
- Gets the actual value from ast.
+ Gets the actual name of the parameter, not alias.
#>
-function Get-ActualVariableValue {
- param([System.Management.Automation.Language.Ast]$CommandElementAst)
+function Get-ParameterNameNotAlias {
+ param (
+ [System.Management.Automation.CommandInfo]$GetCommand,
+ [string]$ParameterName
+ )
+
+ return ($GetCommand.Parameters.Values | Where-Object {
+ $ParameterName -in @($_.Name) + @($_.Aliases)
+ }).Name
+}
+<#
+ .SYNOPSIS
+ Gets the final actual value from ast.
+#>
+function Get-FinalVariableValue {
+ param([System.Management.Automation.Language.Ast]$CommandElementAst,
+ [System.Management.Automation.Language.VariableExpressionAst]$VariableExpressionAst = $null)
while ($true) {
if ($null -ne $CommandElementAst.Expression) {
$CommandElementAst = $CommandElementAst.Expression
}
+ elseif ($null -ne $CommandElementAst.Left) {
+ if($CommandElementAst.Left -eq $VariableExpressionAst){
+ if($CommandElementAst.Right -eq $VariableExpressionAst){
+ $CommandElementAst = $null
+ }
+ else{
+ $CommandElementAst = $CommandElementAst.Right
+ }
+ }
+ else{
+ $CommandElementAst = $CommandElementAst.Left
+ }
+ }
elseif ($null -ne $CommandElementAst.Target) {
$CommandElementAst = $CommandElementAst.Target
}
@@ -33,7 +64,20 @@ function Get-ActualVariableValue {
$CommandElementAst = $CommandElementAst.Pipeline
}
elseif ($null -ne $CommandElementAst.PipelineElements) {
- $CommandElementAst = $CommandElementAst.PipelineElements[-1]
+ $LastElement = $CommandElementAst.PipelineElements[-1].Extent.Text
+ # If the LastElement contains "where" or "sort", then the type isnot changed.
+ if($LastElement -match "where" -or $LastElement -match "sort"){
+ $CommandElementAst = $CommandElementAst.PipelineElements[0]
+ }
+ else{
+ $CommandElementAst = $CommandElementAst.PipelineElements[-1]
+ }
+ }
+ elseif($null -ne $CommandElementAst.Elements){
+ $CommandElementAst = $CommandElementAst.Elements[0]
+ }
+ elseif($null -ne $CommandElementAst.SubExpression){
+ $CommandElementAst = $CommandElementAst.SubExpression
}
else {
break
@@ -42,6 +86,255 @@ function Get-ActualVariableValue {
return $CommandElementAst
}
+<#
+ .SYNOPSIS
+ Gets the recovered value type from the ReturnType of the final actual value from ast.
+#>
+function Get-RecoveredValueType{
+ param(
+ [System.Management.Automation.Language.Ast]$CommandElementAst,
+ [System.Reflection.TypeInfo]$Type
+ )
+ $Items = @()
+ while ($true) {
+ if ($global:AssignmentLeftAndRight.ContainsKey($CommandElementAst.Extent.Text)){
+ $CommandElementAst = $global:AssignmentLeftAndRight.($CommandElementAst.Extent.Text)
+ }
+ elseif ($null -ne $CommandElementAst.Left) {
+ if($CommandElementAst.Left -eq $VariableExpressionAst){
+ if($CommandElementAst.Right -eq $VariableExpressionAst){
+ $CommandElementAst = $null
+ }
+ else{
+ $CommandElementAst = $CommandElementAst.Right
+ }
+ }
+ else{
+ $CommandElementAst = $CommandElementAst.Left
+ }
+ }
+ elseif ($null -ne $CommandElementAst.Expression) {
+ if($null -ne $CommandElementAst.Member){
+ $Items += $CommandElementAst.Member
+ }
+ $CommandElementAst = $CommandElementAst.Expression
+ }
+ elseif ($null -ne $CommandElementAst.Target) {
+ $Items += "Target"
+ $CommandElementAst = $CommandElementAst.Target
+ }
+ else {
+ break
+ }
+ }
+ for($j = $Items.Length - 1; $j -ge 0; $j--){
+ if($Items[$j] -eq "Target"){
+ if($Type.IsGenericType){
+ $Type = $Type.GetGenericArguments()[0]
+ }
+ }
+ else{
+ if($Items[$j].Value -eq "new"){
+ return $Type
+ }
+ $Member = $Type.GetMembers() | Where-Object {$_.Name -eq $Items[$j]}
+ if($null -eq $Member -and $null -ne $Type.ImplementedInterfaces){
+ for($i = 0; $i -lt $Type.ImplementedInterfaces.Length; $i++){
+ $Member = $Type.ImplementedInterfaces[$i].GetMembers() | Where-Object {$_.Name -eq $Items[$j]}
+ if($null -ne $Member){
+ break
+ }
+ }
+ }
+ if($null -eq $Member){
+ return $null
+ }
+ if($Member -is [array]){
+ $Member = $Member[0]
+ }
+ if($null -ne $Member.PropertyType){
+ $Type = $Member.PropertyType
+ }
+ elseif($null -ne $Member.ReturnType){
+ $Type = $Member.ReturnType
+ }
+ else{
+ return $null
+ }
+ }
+ }
+ return $Type
+}
+
+<#
+ .SYNOPSIS
+ Measure whether the actual type matches the expected type.
+#>
+function Measure-IsTypeMatched{
+ param (
+ [System.Reflection.TypeInfo]$ExpectedType,
+ [System.Reflection.TypeInfo]$ActualType
+ )
+ if($ActualType -eq $null) {
+ return $false
+ }
+ if($ActualType.IsArray) {
+ $ActualType = $ActualType.GetElementType()
+ }
+ if($ActualType.IsGenericType){
+ $ActualType = $ActualType.GetGenericArguments()[0]
+ }
+ $Converter = [System.ComponentModel.TypeDescriptor]::GetConverter($ExpectedType)
+ if ($ActualType -eq $ExpectedType -or
+ $ActualType.GetInterfaces().Contains($ExpectedType) -or
+ $ExpectedType.GetInterfaces().Contains($ActualType) -or
+ $ActualType.IsSubclassOf($ExpectedType) -or
+ $Converter.CanConvertFrom($ActualType)) {
+ return $true
+ }
+ return $false
+}
+
+<#
+ .SYNOPSIS
+ Gets the expression's actual value and type, if the parameter is assigned with a value.
+#>
+function Get-AssignedParameterExpression {
+ param (
+ [System.Management.Automation.CommandInfo]$GetCommand,
+ [string]$ParameterName,
+ [System.Management.Automation.Language.Ast]$CommandElement
+ )
+ $ParameterNameNotAlias = Get-ParameterNameNotAlias $GetCommand $ParameterName
+ $CommandElement_Copy = Get-FinalVariableValue $CommandElement
+ while ($CommandElement_Copy -is [System.Management.Automation.Language.VariableExpressionAst]) {
+ # Skip Automatic Variable
+ $VariableName = $CommandElement_Copy.VariablePath
+ if($null -ne (Get-Variable | Where-Object {$_.Name -eq $VariableName})){
+ break
+ }
+ # Get the actual value
+ $CommandElement_Copy = Get-FinalVariableValue $global:AssignmentLeftAndRight.($CommandElement_Copy.Extent.Text) $CommandElement_Copy
+ if ($null -eq $CommandElement_Copy) {
+ # Variable is not assigned with a value.
+ # Unassigned_Variable
+ $ExpressionToParameter = $CommandElement.Extent.Text + " is a null-valued parameter value."
+ return $ExpressionToParameter
+ }
+ }
+ if($CommandElement_Copy.Extent.Text -match "foreach" -or $CommandElement_Copy.Extent.Text -match "select"){
+ Write-Debug "The CommandElement contains 'foreach' or 'select'. This situation can not be handled now."
+ return $null
+ }
+ $ExpectedType = $GetCommand.Parameters.$ParameterNameNotAlias.ParameterType
+ if($CommandElement_Copy -is [System.Management.Automation.Language.HashtableAst]){
+ # If ExpectedType is ValueType, then it cannot be created by Hashtable.
+ if($ExpectedType.IsValueType){
+ # Mismatched_Parameter_Value_Type
+ $ExpressionToParameter = "$($CommandElement.Extent.Text)-#-$ExpectedType, created by hashtable but is value type."
+ return $ExpressionToParameter
+ }
+ return $null
+ }
+ if($CommandElement_Copy -is [System.Management.Automation.Language.ConvertExpressionAst]){
+ $CommandElement_Copy = $CommandElement_Copy.Type
+ }
+ while ($ExpectedType.IsArray) {
+ $ExpectedType = $ExpectedType.GetElementType()
+ }
+ if($ExpectedType.IsGenericType){
+ $ExpectedType = $ExpectedType.GetGenericArguments()[0]
+ }
+ if ($CommandElement_Copy -is [System.Management.Automation.Language.CommandAst]) {
+ # Value is an command
+ # If the value is created by "New-Object", then get the type behind "New-Object".
+ if($CommandElement_Copy.CommandElements[0].Extent.Text -eq "New-Object"){
+ if($CommandElement_Copy.CommandElements[1].Extent.Text -eq "-TypeName"){
+ $TypeName = $CommandElement_Copy.CommandElements[2].Extent.Text -replace "`""
+ $TypeName = $TypeName -replace "'"
+ }
+ else{
+ $TypeName = $CommandElement_Copy.CommandElements[1].Extent.Text -replace "`""
+ $TypeName = $TypeName -replace "'"
+ }
+ $OutputType = $TypeName -as [Type]
+ $OutputTypes = @() + $OutputType
+ }
+ else{
+ $GetElementCommand = Get-Command $CommandElement_Copy.CommandElements[0].Extent.Text -ErrorAction SilentlyContinue
+ if ($null -eq $GetElementCommand) {
+ # CommandName is not valid.
+ # will be reported in next CommandAst
+ return $null
+ }
+ $OutputTypes = @()
+ if($global:UtilityOutputTypePair.ContainsKey($GetElementCommand.Name)){
+ $OutputType = $global:UtilityOutputTypePair.($GetElementCommand.Name)
+ $OutputTypes += $OutputType
+ }
+ else{
+ $j = 0
+ while($GetElementCommand.OutputType[$j]){
+ $OutputTypes += $GetElementCommand.OutputType[$j].Type
+ $j++
+ }
+ }
+ }
+ $flag = $true
+ $j = 0
+ while($OutputTypes[$j]){
+ $ReturnType = $OutputTypes[$j]
+ $j++
+ $ActualType = Get-RecoveredValueType $CommandElement $ReturnType
+ if($null -eq $ActualType){
+ Continue
+ }
+ if(Measure-IsTypeMatched $ExpectedType $ActualType){
+ $flag = $false
+ break
+ }
+ }
+ if($flag){
+ # Mismatched_Parameter_Value_Type
+ $ExpressionToParameter = "$($CommandElement.Extent.Text)-#-$ExpectedType. Now the type is $ActualType.(Command)"
+ return $ExpressionToParameter
+ }
+ }
+ elseif($CommandElement_Copy -is [System.Management.Automation.Language.TypeExpressionAst] -or
+ $CommandElement_Copy -is [System.Management.Automation.Language.TypeConstraintAst]){
+ $ReturnType = $CommandElement_Copy.TypeName.ToString() -as [Type]
+ if($null -eq $ReturnType){
+ $ActualType = $null
+ }
+ else{
+ $ActualType = Get-RecoveredValueType $CommandElement $ReturnType
+ }
+ if (!(Measure-IsTypeMatched $ExpectedType $ActualType)) {
+ # Mismatched_Parameter_Value_Type
+ $ExpressionToParameter = "$($CommandElement.Extent.Text)-#-$ExpectedType. Now the type is $ActualType.(Type)"
+ return $ExpressionToParameter
+ }
+ }
+ elseif($CommandElement_Copy -is [System.Management.Automation.Language.ExpressionAst]) {
+ # Value is a constant expression
+ $ConvertedObject = $CommandElement_Copy.Extent.text -as $ExpectedType
+ # Value of Automatic Variable
+ if($null -eq $ConvertedObject){
+ if($null -ne (Get-Variable | Where-Object {$_.Name -eq $CommandElement_Copy.VariablePath})){
+ $value = (Get-Variable | Where-Object {$_.Name -eq $CommandElement_Copy.VariablePath}).Value
+ }
+ $ConvertedObject = $value -as $ExpectedType
+ }
+ $StaticType = $CommandElement_Copy.StaticType
+ if (!(Measure-IsTypeMatched $ExpectedType $StaticType) -and $null -eq $ConvertedObject) {
+ # Mismatched_Parameter_Value_Type
+ $ExpressionToParameter = "$($CommandElement.Extent.Text)-#-$ExpectedType. Now the type is $StaticType.(Static)"
+ return $ExpressionToParameter
+ }
+ }
+ return $null
+}
+
<#
.SYNOPSIS
Detects parameter and expression error.
@@ -77,36 +370,46 @@ function Measure-ParameterNameAndValue {
if ($Ast -is [System.Management.Automation.Language.AssignmentStatementAst]) {
[System.Management.Automation.Language.AssignmentStatementAst]$AssignmentStatementAst = $Ast
- if ($global:AssignmentLeftAndRight.ContainsKey($AssignmentStatementAst.Left.Extent.Text)) {
- $global:AssignmentLeftAndRight.($AssignmentStatementAst.Left.Extent.Text) = $AssignmentStatementAst.Right
+ if($AssignmentStatementAst.Left -is [System.Management.Automation.Language.ConvertExpressionAst]){
+ $global:AssignmentLeftAndRight.($AssignmentStatementAst.Left.Child.Extent.Text) = $AssignmentStatementAst.Left.Type
}
- else {
- $global:AssignmentLeftAndRight += @{
- $AssignmentStatementAst.Left.Extent.Text = $AssignmentStatementAst.Right
- }
+ elseif($AssignmentStatementAst.Left -is [System.Management.Automation.Language.VariableExpressionAst]){
+ $global:AssignmentLeftAndRight.($AssignmentStatementAst.Left.Extent.Text) = $AssignmentStatementAst.Right
}
}
if ($Ast -is [System.Management.Automation.Language.CommandElementAst] -and $Ast.Parent -is [System.Management.Automation.Language.CommandAst]) {
[System.Management.Automation.Language.CommandElementAst]$CommandElementAst = $Ast
- $funcAst = $CommandElementAst
- while($funcAst -isnot [System.Management.Automation.Language.FunctionDefinitionAst] -and $null -ne $funcAst.Parent.Parent.Parent){
- $funcAst = $funcAst.Parent
- }
- $ModuleCmdletExNum = $funcAst.name
+ [System.Management.Automation.Language.CommandAst]$CommandAst = $CommandElementAst.Parent
+ # Skip all the statements with -ParameterName
+ if($Ast.Parent.Extent.Text -match "-\w+\s*<.*?>"){
+ Write-Debug "Skip $($Ast.Parent.Extent.Text)"
+ return $false
+ }
+
if ($global:SkipNextCommandElementAst) {
$global:SkipNextCommandElementAst = $false
return $false
}
- $CommandAst = $CommandElementAst.Parent
+ # Get wrapper function name by command element
+ $funcAst = $CommandElementAst
+ while($funcAst -isnot [System.Management.Automation.Language.FunctionDefinitionAst] -and $null -ne $funcAst.Parent.Parent.Parent){
+ $funcAst = $funcAst.Parent
+ }
+ $ModuleCmdletExNum = $funcAst.name
+
$CommandName = $CommandAst.CommandElements[0].Extent.Text
$GetCommand = Get-Command $CommandName -ErrorAction SilentlyContinue
+
+ # Skip parameters for invaild cmdlet
if ($null -eq $GetCommand) {
- return $false
+ # Redo import-module
+ if(!(Redo-ImportModule $CommandName)){
+ return $false
+ }
}
-
# Get command from alias
if ($GetCommand.CommandType -eq "Alias") {
$CommandNameNotAlias = $GetCommand.ResolvedCommandName
@@ -158,17 +461,14 @@ function Measure-ParameterNameAndValue {
# Create ParameterExpressionPair
$global:ParameterSet = $ParameterSet
$global:ParameterExpressionPair = @()
- for ($i = 1; $i -lt $CommandAst.CommandElements.Count;) {
+ for ($i = 1; $i -lt $CommandAst.CommandElements.Count;$i++) {
$CommandElement = $CommandAst.CommandElements[$i]
$NextCommandElement = $CommandAst.CommandElements[$i + 1]
if ($CommandElement -is [System.Management.Automation.Language.CommandParameterAst]) {
$CommandParameterElement = [System.Management.Automation.Language.CommandParameterAst]$CommandElement
$ParameterName = $CommandParameterElement.ParameterName
- $ParameterNameNotAlias = $GetCommand.Parameters.Values.Name | Where-Object {
- $ParameterName -in $GetCommand.Parameters.$_.Name -or
- $ParameterName -in $GetCommand.Parameters.$_.Aliases
- }
+ $ParameterNameNotAlias = Get-ParameterNameNotAlias $GetCommand $ParameterName
if ($null -eq $ParameterNameNotAlias) {
# ParameterName is not in AllParameters.
# will report later.
@@ -176,12 +476,9 @@ function Measure-ParameterNameAndValue {
ParameterName = $ParameterName
ExpressionToParameter = ""
}
- if ($null -eq $NextCommandElement -or $NextCommandElement -is [System.Management.Automation.Language.CommandParameterAst]) {
+ if ($null -ne $NextCommandElement -and $NextCommandElement -isnot [System.Management.Automation.Language.CommandParameterAst]) {
$i += 1
}
- else {
- $i += 2
- }
continue
}
if ($GetCommand.Parameters.$ParameterNameNotAlias.SwitchParameter -eq $true) {
@@ -190,7 +487,6 @@ function Measure-ParameterNameAndValue {
ParameterName = $ParameterNameNotAlias
ExpressionToParameter = ""
}
- $i += 1
}
else {
# not a SwitchParameter
@@ -202,7 +498,6 @@ function Measure-ParameterNameAndValue {
ParameterName = $ParameterNameNotAlias
ExpressionToParameter = ""
}
- $i += 1
}
else {
# NonSwitchParameter + Expression
@@ -210,7 +505,30 @@ function Measure-ParameterNameAndValue {
ParameterName = $ParameterNameNotAlias
ExpressionToParameter = $NextCommandElement
}
- $i += 2
+ $i += 1
+ }
+ }
+ }
+ elseif ($CommandElement -is [System.Management.Automation.Language.VariableExpressionAst] -and
+ ([System.Management.Automation.Language.VariableExpressionAst]$CommandElement).Splatted -eq $true) {
+ # @var
+ $KeyValuePairs = $global:AssignmentLeftAndRight.$("$" + ([System.Management.Automation.Language.VariableExpressionAst]$CommandElement).VariablePath).Expression.KeyValuePairs
+ $ParameterNames = $KeyValuePairs.Item1.Value
+ foreach ($ParameterName in $ParameterNames) {
+ $ParameterNameNotAlias = Get-ParameterNameNotAlias $GetCommand $ParameterName
+ if ($null -eq $ParameterNameNotAlias) {
+ # Non-existant parameter name.
+ # will report later.
+ $global:ParameterExpressionPair += @{
+ ParameterName = $ParameterName
+ ExpressionToParameter = ""
+ }
+ }
+ else {
+ $global:ParameterExpressionPair += @{
+ ParameterName = $ParameterNameNotAlias
+ ExpressionToParameter = ($KeyValuePairs | Where-Object {$_.Item1.Value -eq $ParameterName}).Item2
+ }
}
}
}
@@ -218,13 +536,12 @@ function Measure-ParameterNameAndValue {
$CommandExpressionElement = [System.Management.Automation.Language.ExpressionAst]$CommandElement
$PositionMaximum = ($global:ParameterSet.Parameters.Position | Measure-Object -Maximum).Maximum
for ($Position = 0; $Position -le $PositionMaximum; $Position++) {
- $ImplicitParameterName = ($global:ParameterSet.Parameters | Where-Object {$_.Position -eq $Position}).Name
- if ($null -ne $ImplicitParameterName -and $ImplicitParameterName -notin $global:ParameterExpressionPair.ParameterName) {
+ $PositionParameterName = ($global:ParameterSet.Parameters | Where-Object {$_.Position -eq $Position}).Name
+ if ($null -ne $PositionParameterName -and $PositionParameterName -notin $global:ParameterExpressionPair.ParameterName) {
$global:ParameterExpressionPair += @{
- ParameterName = $ImplicitParameterName
+ ParameterName = $PositionParameterName
ExpressionToParameter = $CommandExpressionElement
}
- $i += 1
break
}
}
@@ -232,16 +549,14 @@ function Measure-ParameterNameAndValue {
# This expression doesn't belong to any parameters.
# will report later.
$global:ParameterExpressionPair += @{
- ParameterName = ""
+ ParameterName = ""
ExpressionToParameter = $CommandExpressionElement
}
- $i += 1
}
}
}
}
}
-
if ($null -eq $global:ParameterSet) {
# Skip commands that can't determine their ParameterSets.
return $false
@@ -252,10 +567,7 @@ function Measure-ParameterNameAndValue {
$index = $CommandAst.CommandElements.Extent.Text.IndexOf($CommandElementAst.Extent.Text)
$NextCommandElement = $CommandAst.CommandElements[$index + 1]
$ParameterName = ([System.Management.Automation.Language.CommandParameterAst]$CommandElementAst).ParameterName
- $ParameterNameNotAlias = $GetCommand.Parameters.Values.Name | Where-Object {
- $ParameterName -in $GetCommand.Parameters.$_.Name -or
- $ParameterName -in $GetCommand.Parameters.$_.Aliases
- }
+ $ParameterNameNotAlias = Get-ParameterNameNotAlias $GetCommand $ParameterName
if ($null -eq $ParameterNameNotAlias) {
# ParameterName is not in AllParameters.
# Invalid_Parameter_Name
@@ -278,7 +590,7 @@ function Measure-ParameterNameAndValue {
$global:CommandParameterPair += @{
CommandName = $CommandName
ParameterName = $ParameterNameNotAlias
- ExpressionToParameter = "<2>"
+ ExpressionToParameter = ""
ModuleCmdletExNum = $ModuleCmdletExNum
}
return $true
@@ -303,63 +615,15 @@ function Measure-ParameterNameAndValue {
else {
# Parameter is assigned with a value.
$global:SkipNextCommandElementAst = $true
- $NextCommandElement_Copy = Get-ActualVariableValue $NextCommandElement
-
- while ($NextCommandElement_Copy -is [System.Management.Automation.Language.VariableExpressionAst]) {
- # Get the actual value
- $NextCommandElement_Copy = Get-ActualVariableValue $global:AssignmentLeftAndRight.($NextCommandElement_Copy.Extent.Text)
- if ($null -eq $NextCommandElement_Copy) {
- # Variable is not assigned with a value.
- # Unassigned_Variable
- $global:CommandParameterPair += @{
- CommandName = $CommandName
- ParameterName = "-$ParameterName"
- ExpressionToParameter = $NextCommandElement.Extent.Text + " is a null-valued parameter value."
- ModuleCmdletExNum = $ModuleCmdletExNum
- }
- return $true
- }
- }
- if ($NextCommandElement_Copy -is [System.Management.Automation.Language.CommandAst]) {
- # Value is an command
- $GetNextElementCommand = Get-Command $NextCommandElement_Copy.CommandElements[0].Extent.Text -ErrorAction SilentlyContinue
- if ($null -eq $GetNextElementCommand) {
- # CommandName is not valid.
- # will be reported in next CommandAst
- return $false
- }
- $ReturnType = $GetNextElementCommand.OutputType[0].Type
- if ($null -eq $ReturnType)
- {
- $ReturnType = [Object]
- }
- $ExpectedType = $GetCommand.Parameters.$ParameterNameNotAlias.ParameterType
- if ($ReturnType -ne $ExpectedType -and $ReturnType -isnot $ExpectedType -and
- !$ReturnType.GetInterfaces().Contains($ExpectedType) -and !$ReturnType.GetInterfaces().Contains($ExpectedType.GetElementType())) {
- # Mismatched_Parameter_Value_Type
- $global:CommandParameterPair += @{
- CommandName = $CommandName
- ParameterName = "-$ParameterName"
- ExpressionToParameter = $NextCommandElement.Extent.Text
- ModuleCmdletExNum = $ModuleCmdletExNum
- }
- return $true
- }
- }
- else {
- # Value is a constant expression
- $ExpectedType = $GetCommand.Parameters.$ParameterNameNotAlias.ParameterType
- $ConvertedObject = $NextCommandElement_Copy.Extent.Text -as $ExpectedType
- if ($NextCommandElement_Copy.StaticType -ne $ExpectedType -and $null -eq $ConvertedObject) {
- # Mismatched_Parameter_Value_Type
- $global:CommandParameterPair += @{
- CommandName = $CommandName
- ParameterName = "-$ParameterName"
- ExpressionToParameter = $NextCommandElement.Extent.Text
- ModuleCmdletExNum = $ModuleCmdletExNum
- }
- return $true
+ $ExpressionToParameter = Get-AssignedParameterExpression $GetCommand $ParameterName $NextCommandElement
+ if($null -ne $ExpressionToParameter){
+ $global:CommandParameterPair += @{
+ CommandName = $CommandName
+ ParameterName = $ParameterName
+ ExpressionToParameter = $ExpressionToParameter
+ ModuleCmdletExNum = $ModuleCmdletExNum
}
+ return $true
}
}
}
@@ -368,82 +632,67 @@ function Measure-ParameterNameAndValue {
if ($CommandElementAst -is [System.Management.Automation.Language.ExpressionAst] -and
$CommandAst.CommandElements.Extent.Text.IndexOf($CommandElementAst.Extent.Text) -ne 0) {
- # This CommandElement is an expression with implicit parameter and is not the first CommandElement.
- # When there are same parameter values:
- $index = ($global:AppearedExpressions | Where-Object {$_.Extent.Text -eq $CommandElementAst.Extent.Text}).Count
- $PairWithThisExpression = $global:ParameterExpressionPair | Where-Object {$_.ExpressionToParameter.Extent.Text -eq $CommandElementAst.Extent.Text}
- if ((@() + $PairWithThisExpression).Count -eq 1) {
- $ImplicitParameterName = $PairWithThisExpression.ParameterName
- }
- else {
- $ImplicitParameterName = $PairWithThisExpression[$index].ParameterName
- }
- $global:AppearedExpressions += $CommandElementAst
-
- if ($ImplicitParameterName -eq "") {
- # This expression doesn't belong to any parameters.
- # Unbinded_Parameter_Name
- $global:CommandParameterPair += @{
- CommandName = $CommandName
- ParameterName = $ImplicitParameterName
- ExpressionToParameter = $CommandElementAst.Extent.Text
- ModuleCmdletExNum = $ModuleCmdletExNum
- }
- return $true
- }
-
- $CommandElementAst_Copy = Get-ActualVariableValue $CommandElementAst
- while ($CommandElementAst_Copy -is [System.Management.Automation.Language.VariableExpressionAst]) {
- # get the actual value
- $CommandElementAst_Copy = Get-ActualVariableValue $global:AssignmentLeftAndRight.($CommandElementAst_Copy.Extent.Text)
- if ($null -eq $CommandElementAst_Copy) {
- # Variable is not assigned with a value.
- # Unassigned_Variable
- $global:CommandParameterPair += @{
- CommandName = $CommandName
- ParameterName = "[-$ImplicitParameterName]"
- ExpressionToParameter = $CommandElementAst.Extent.Text + " is a null-valued parameter value."
- ModuleCmdletExNum = $ModuleCmdletExNum
+ if ($CommandElementAst -is [System.Management.Automation.Language.VariableExpressionAst] -and
+ ([System.Management.Automation.Language.VariableExpressionAst]$CommandElementAst).Splatted -eq $true) {
+ # @var
+ $KeyValuePairs = $global:AssignmentLeftAndRight.$("$" + ([System.Management.Automation.Language.VariableExpressionAst]$CommandElementAst).VariablePath)
+ $ParameterNames = $KeyValuePairs.Item1.Value
+ foreach ($ParameterName in $ParameterNames) {
+ $ParameterNameNotAlias = Get-ParameterNameNotAlias $GetCommand $ParameterName
+ $Expression = ($KeyValuePairs | Where-Object {$_.Item1.Value -eq $ParameterName}).Item2
+ if ($null -eq $ParameterNameNotAlias) {
+ # Non-existant parameter name.
+ $global:CommandName_Parameter_Expression_Pair += @{
+ CommandName = $CommandName
+ ParameterName = ""
+ ExpressionToParameter = $CommandElementAst.Extent.Text
+ }
+ return $true
+ }
+ else {
+ $ExpressionToParameter = Get-AssignedParameterExpression $GetCommand $ParameterName $Expression
+ if($null -ne $ExpressionToParameter){
+ $global:CommandParameterPair += @{
+ CommandName = $CommandName
+ ParameterName = ""
+ ExpressionToParameter = $ExpressionToParameter
+ ModuleCmdletExNum = $ModuleCmdletExNum
+ }
+ return $true
+ }
}
- return $true
}
}
- if ($CommandElementAst_Copy -is [System.Management.Automation.Language.CommandAst]) {
- # Value is an command
- $GetElementCommand = Get-Command $CommandElementAst_Copy.CommandElements[0].Extent.Text -ErrorAction SilentlyContinue
- if ($null -eq $GetElementCommand) {
- # CommandName is not valid.
- # will be reported in next CommandAst
- return $false
+ else {
+ # This CommandElement is an expression with implicit parameter and is not the first CommandElement.
+ # When there are same parameter values:
+ $index = ($global:AppearedExpressions | Where-Object {$_.Extent.Text -eq $CommandElementAst.Extent.Text}).Count
+ $PairWithThisExpression = $global:ParameterExpressionPair | Where-Object {$_.ExpressionToParameter.Extent.Text -eq $CommandElementAst.Extent.Text}
+ if ((@() + $PairWithThisExpression).Count -eq 1) {
+ $PositionParameterName = $PairWithThisExpression.ParameterName
}
- $ReturnType = $GetElementCommand.OutputType[0].Type
- if ($null -eq $ReturnType)
- {
- $ReturnType = [Object]
+ else {
+ $PositionParameterName = $PairWithThisExpression[$index].ParameterName
}
- $ExpectedType = $GetCommand.Parameters.$ImplicitParameterName.ParameterType
- if ($ReturnType -ne $ExpectedType -and $ReturnType -isnot $ExpectedType -and
- !$ReturnType.GetInterfaces().Contains($ExpectedType) -and !$ReturnType.GetInterfaces().Contains($ExpectedType.GetElementType())) {
- # Mismatched_Parameter_Value_Type
+ $global:AppearedExpressions += $CommandElementAst
+
+ if ($PositionParameterName -eq "") {
+ # This expression doesn't belong to any parameters.
+ # Unbinded_Expression
$global:CommandParameterPair += @{
CommandName = $CommandName
- ParameterName = "[-$ImplicitParameterName]"
+ ParameterName = $PositionParameterName
ExpressionToParameter = $CommandElementAst.Extent.Text
ModuleCmdletExNum = $ModuleCmdletExNum
}
return $true
}
- }
- else {
- # Value is a constant expression
- $ExpectedType = $GetCommand.Parameters.$ImplicitParameterName.ParameterType
- $ConvertedObject = $CommandElementAst_Copy.Extent.Text -as $ExpectedType
- if ($CommandElementAst_Copy.StaticType -ne $ExpectedType -and $null -eq $ConvertedObject) {
- # Mismatched_Parameter_Value_Type
+ $ExpressionToParameter = Get-AssignedParameterExpression $GetCommand $PositionParameterName $CommandElementAst
+ if($null -ne $ExpressionToParameter){
$global:CommandParameterPair += @{
CommandName = $CommandName
- ParameterName = "[-$ImplicitParameterName]"
- ExpressionToParameter = $CommandElementAst.Extent.Text
+ ParameterName = "[-$PositionParameterName]"
+ ExpressionToParameter = $ExpressionToParameter
ModuleCmdletExNum = $ModuleCmdletExNum
}
return $true
@@ -451,64 +700,65 @@ function Measure-ParameterNameAndValue {
}
}
}
-
return $false
}
[System.Management.Automation.Language.Ast[]]$Asts = $ScriptBlockAst.FindAll($Predicate, $false)
for ($i = 0; $i -lt $Asts.Count; $i++) {
if ($global:CommandParameterPair[$i].ParameterName -eq "" -and $global:CommandParameterPair[$i].ExpressionToParameter -eq "") {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) has a parameter not in the same ParameterSet as others."
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) has a parameter not in the same ParameterSet as others."
$RuleName = [RuleNames]::Unknown_Parameter_Set
$Severity = "Error"
$RuleSuppressionID = "5010"
$Remediation = "Make sure the parameters are from the same parameter set."
}
elseif ($global:CommandParameterPair[$i].ExpressionToParameter -eq "") {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) is not a valid parameter name."
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) is not a valid parameter name."
$RuleName = [RuleNames]::Invalid_Parameter_Name
$Severity = "Error"
$RuleSuppressionID = "5011"
- $Remediation = "Check validity of the parameter $($CommandParameterPair[$i].ParameterName)."
+ $Remediation = "Check validity of the parameter -$($CommandParameterPair[$i].ParameterName)."
}
- elseif ($global:CommandParameterPair[$i].ExpressionToParameter -eq "<2>") {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) appeared more than once."
+ elseif ($global:CommandParameterPair[$i].ExpressionToParameter -eq "") {
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) appeared more than once."
$RuleName = [RuleNames]::Duplicate_Parameter_Name
$Severity = "Error"
$RuleSuppressionID = "5012"
- $Remediation = "Remove redundant parameter $($CommandParameterPair[$i].ParameterName)."
+ $Remediation = "Remove redundant parameter -$($CommandParameterPair[$i].ParameterName)."
}
elseif ($null -eq $global:CommandParameterPair[$i].ExpressionToParameter) {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) must be assigned with a value."
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) must be assigned with a value."
$RuleName = [RuleNames]::Unassigned_Parameter
$Severity = "Error"
$RuleSuppressionID = "5013"
- $Remediation = "Assign value for the parameter $($CommandParameterPair[$i].ParameterName)."
+ $Remediation = "Assign value for the parameter -$($CommandParameterPair[$i].ParameterName)."
}
elseif ($global:CommandParameterPair[$i].ExpressionToParameter.EndsWith(" is a null-valued parameter value.")) {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) $($CommandParameterPair[$i].ParameterName) $($CommandParameterPair[$i].ExpressionToParameter)"
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) $($CommandParameterPair[$i].ExpressionToParameter)"
$RuleName = [RuleNames]::Unassigned_Variable
$Severity = "Warning"
$RuleSuppressionID = "5110"
$variable = $CommandParameterPair[$i].ExpressionToParameter -replace " is a null-valued parameter value."
$Remediation = "Assign value for $variable."
}
- elseif ($global:CommandParameterPair[$i].ParameterName -eq "") {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) $($CommandParameterPair[$i].ExpressionToParameter) is not explicitly assigned to a parameter."
- $RuleName = [RuleNames]::Unbinded_Parameter_Name
+ elseif ($global:CommandParameterPair[$i].ParameterName -eq "") {
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) $($CommandParameterPair[$i].ExpressionToParameter) is not explicitly assigned to a parameter."
+ $RuleName = [RuleNames]::Unbinded_Expression
$Severity = "Error"
$RuleSuppressionID = "5014"
$Remediation = "Assign $($CommandParameterPair[$i].ExpressionToParameter) explicitly to the parameter."
}
else {
- $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-@$($CommandParameterPair[$i].CommandName) $($CommandParameterPair[$i].ParameterName) $($CommandParameterPair[$i].ExpressionToParameter) is not an expected parameter value type."
+ $ExpressionToParameter = ($CommandParameterPair[$i].ExpressionToParameter -split "-#-")[0]
+ $ExpectedType = ($CommandParameterPair[$i].ExpressionToParameter -split "-#-")[1]
+ $Message = "$($CommandParameterPair[$i].ModuleCmdletExNum)-#@#$($CommandParameterPair[$i].CommandName) -$($CommandParameterPair[$i].ParameterName) $ExpressionToParameter is not an expected parameter value type."
$RuleName = [RuleNames]::Mismatched_Parameter_Value_Type
$Severity = "Warning"
$RuleSuppressionID = "5111"
- $Remediation = "Use correct parameter value type."
+ $Remediation = "Use correct parameter value type. Expected Type is $ExpectedType."
}
$Result = [Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.DiagnosticRecord]@{
- Message = "$Message@$Remediation";
+ Message = "$Message#@#$Remediation";
Extent = $Asts[$i].Extent;
RuleName = $RuleName;
Severity = $Severity
diff --git a/tools/StaticAnalysis/ExampleAnalyzer/ExampleIssue.cs b/tools/StaticAnalysis/ExampleAnalyzer/ExampleIssue.cs
index 60375f54a5f9..fb9b1cddbfcd 100644
--- a/tools/StaticAnalysis/ExampleAnalyzer/ExampleIssue.cs
+++ b/tools/StaticAnalysis/ExampleAnalyzer/ExampleIssue.cs
@@ -41,6 +41,7 @@ public string FormatRecord()
Module, Cmdlet, Example, RuleName, ProblemId, Severity, Description, Extent, Remediation);
}
+ // The code that excludes exceptions is in tools/StaticAnalysis/ExampleAnalyzer/utils.ps1 Get-NonExceptionRecord.
public bool Match(IReportRecord other)
{
var result = false;
@@ -50,7 +51,6 @@ public bool Match(IReportRecord other)
result = (record.Module == Module)&&
(record.Cmdlet == Cmdlet)&&
(record.Example == Example)&&
- (record.ProblemId == ProblemId)&&
(record.Description == Description);
}
return result;
diff --git a/tools/StaticAnalysis/ExampleAnalyzer/Measure-MarkdownOrScript.ps1 b/tools/StaticAnalysis/ExampleAnalyzer/Measure-MarkdownOrScript.ps1
index db0be2b2f244..35dc9701e866 100644
--- a/tools/StaticAnalysis/ExampleAnalyzer/Measure-MarkdownOrScript.ps1
+++ b/tools/StaticAnalysis/ExampleAnalyzer/Measure-MarkdownOrScript.ps1
@@ -20,32 +20,22 @@ param (
[switch]$Recurse,
[switch]$IncludeDefaultRules,
[string]$OutputFolder = "$PSScriptRoot\..\..\..\artifacts\StaticAnalysisResults\ExampleAnalysis",
- [Parameter(ParameterSetName = "Markdown")]
[switch]$AnalyzeScriptsInFile,
- [Parameter(ParameterSetName = "Markdown")]
[switch]$OutputScriptsInFile,
- [switch]$OutputResultsByModule,
[switch]$CleanScripts
)
. $PSScriptRoot\utils.ps1
-if ($PSCmdlet.ParameterSetName -eq "Markdown") {
- $scaleTable = @()
- $missingTable = @()
- $deletePromptAndSeparateOutputTable = @()
-}
$analysisResultsTable = @()
# Clean caches, remove files in "output" folder
if ($OutputScriptsInFile.IsPresent) {
Remove-Item $OutputFolder\TempScript.ps1 -ErrorAction SilentlyContinue
- Remove-Item $OutputFolder\*.csv -Recurse -ErrorAction SilentlyContinue
Remove-Item $PSScriptRoot\..\..\..\artifacts\StaticAnalysisResults\ExampleIssues.csv -ErrorAction SilentlyContinue
Remove-Item $OutputFolder -ErrorAction SilentlyContinue
}
-
# Find examples in "help\*.md", output ".ps1"
if ($PSCmdlet.ParameterSetName -eq "Markdown") {
$null = New-Item -ItemType Directory -Path $OutputFolder -ErrorAction SilentlyContinue
@@ -58,37 +48,26 @@ if ($PSCmdlet.ParameterSetName -eq "Markdown") {
else{
$MarkdownPath = $MarkdownPaths
}
- foreach($_ in Get-ChildItem $MarkdownPath){
+ foreach($_ in Get-ChildItem $MarkdownPath -Recurse:$Recurse.IsPresent){
# Filter the .md of overview in "\help\"
- if ((Get-Item -Path $_.FullName).Directory.Name -eq "help" -and $_.FullName -cmatch ".*\.md" -and $_.BaseName -cmatch "^([A-Z][a-z]+)+-([A-Z][a-z0-9]*)+$") {
+ if ((Get-Item -Path $_.FullName).Directory.Name -eq "help" -and $_.FullName -cmatch ".*\.md" -and $_.BaseName -cmatch "^[A-Z][a-z]+-([A-Z][a-z0-9]*)+$") {
+ if((Get-Item -Path $_.FullName).Directory.Parent.Name -eq "netcoreapp3.1"){
+ continue
+ }
Write-Output "Searching in file $($_.FullName) ..."
$module = (Get-Item -Path $_.FullName).Directory.Parent.Name
$cmdlet = $_.BaseName
$result = Measure-SectionMissingAndOutputScript $module $cmdlet $_.FullName `
-OutputScriptsInFile:$OutputScriptsInFile.IsPresent `
-OutputFolder $OutputFolder
- $scaleTable += $result.Scale
- $missingTable += $result.Missing
- $deletePromptAndSeparateOutputTable += $result.DeletePromptAndSeparateOutput
$analysisResultsTable += $result.Errors
}
}
if ($AnalyzeScriptsInFile.IsPresent) {
$ScriptPaths = "$OutputFolder\TempScript.ps1"
}
- # Summarize searching results
- if($scaleTable){
- $scaleTable | Where-Object {$_ -ne $null} | Export-Csv "$OutputFolder\Scale.csv" -NoTypeInformation
- }
- if($missingTable){
- $missingTable | Where-Object {$_ -ne $null} | Export-Csv "$OutputFolder\Missing.csv" -NoTypeInformation
- }
- if($deletePromptAndSeparateOutputTable){
- $deletePromptAndSeparateOutputTable | Where-Object {$_ -ne $null} | Export-Csv "$OutputFolder\DeletingSeparating.csv" -NoTypeInformation
- }
}
-
# Analyze scripts
if ($PSCmdlet.ParameterSetName -eq "Script" -or $AnalyzeScriptsInFile.IsPresent) {
# Read and analyze ".ps1" in \ScriptsByExample
@@ -104,4 +83,4 @@ if ($PSCmdlet.ParameterSetName -eq "Script" -or $AnalyzeScriptsInFile.IsPresent)
# Clean caches
if ($CleanScripts.IsPresent) {
Remove-Item $ScriptPaths -Exclude *.csv -Recurse -ErrorAction Continue
-}
+}
\ No newline at end of file
diff --git a/tools/StaticAnalysis/ExampleAnalyzer/utils.ps1 b/tools/StaticAnalysis/ExampleAnalyzer/utils.ps1
index 114ad7197379..fded751a10ae 100644
--- a/tools/StaticAnalysis/ExampleAnalyzer/utils.ps1
+++ b/tools/StaticAnalysis/ExampleAnalyzer/utils.ps1
@@ -8,9 +8,11 @@
DeletePromptAndSeparateOutput
AnalysisOutput
Functions: Get-ExamplesDetailsFromMd
- ExceptionRecord
+ Get-NonExceptionRecord
+ Get-RecordsNotInAllowList
Measure-SectionMissingAndOutputScript
Get-ScriptAnalyzerResult
+ Redo-ImportModule
#>
$SYNOPSIS_HEADING = "## SYNOPSIS"
@@ -19,7 +21,7 @@ $DESCRIPTION_HEADING = "## DESCRIPTION"
$EXAMPLES_HEADING = "## EXAMPLES"
$PARAMETERS_HEADING = "## PARAMETERS"
$SINGLE_EXAMPLE_HEADING_REGEX = "\n###\s*"
-$SINGLE_EXAMPLE_TITLE_HEADING_REGEX = "$SINGLE_EXAMPLE_HEADING_REGEX[^\n]?(Example)?\s*[0-9]*:?\s*({{)?.*(}})?"
+$SINGLE_EXAMPLE_TITLE_HEADING_REGEX = "$SINGLE_EXAMPLE_HEADING_REGEX.+"
$CODE_BLOCK_REGEX = "``````(powershell)?\s*\n(.*\n)*?\s*``````"
$OUTPUT_BLOCK_REGEX = "``````output\s*\n(.*\n)*?\s*``````"
@@ -74,23 +76,21 @@ function Get-ExamplesDetailsFromMd {
$indexOfExamples = $fileContent.IndexOf($EXAMPLES_HEADING)
$indexOfParameters = $fileContent.IndexOf($PARAMETERS_HEADING)
- $exampleNumber = 0
+ $exampleNumber = -1
$examplesProperties = @()
$examplesContent = $fileContent.Substring($indexOfExamples, $indexOfParameters - $indexOfExamples)
$examplesTitles = ($examplesContent | Select-String -Pattern $SINGLE_EXAMPLE_TITLE_HEADING_REGEX -AllMatches).Matches
-
- for($exampleNumber = 0; $exampleNumber -le $examplesTitles.length - 1; $exampleNumber++){
- if($exampleNumber -ne $examplesTitles.length - 1){
- $exampleContent = ($examplesContent -split $examplesTitles[$exampleNumber].Value)[1]
- $exampleContent = ($exampleContent -split $examplesTitles[$exampleNumber + 1].Value)[0]
- }
- else{
- $exampleContent = ($examplesContent -split $examplesTitles[$exampleNumber].Value)[1]
- }
+ $examplesContentWithoutTitle = $examplesContent -split $SINGLE_EXAMPLE_TITLE_HEADING_REGEX | Select-Object -Skip 1
+ foreach ($exampleContent in $examplesContentWithoutTitle) {
+ $exampleNumber++
# Skip the autogenerated example
if($exampleContent -match "\(autogenerated\)"){
continue
}
+ # Skip the example whose output can not be splitted from code
+ if($exampleContent -match ""){
+ continue
+ }
$exampleTitle = ($examplesTitles[$exampleNumber].Value -split $SINGLE_EXAMPLE_HEADING_REGEX)[1].Trim()
$exampleCodes = @()
$exampleOutputs = @()
@@ -110,87 +110,25 @@ function Get-ExamplesDetailsFromMd {
if ($description -ne "") {
$exampleDescriptions += $description
}
-
- # If there is no ```output``` split codelines and outputlines
- if ($exampleOutputBlocks.Count -eq 0) {
- foreach ($exampleCodeBlock in $exampleCodeBlocks) {
- $codeRegex = "\n(([A-Za-z \t])*(PS|[A-Za-z]:)(\w|[\\/\[\].\- ])*(>|>)+( PS)*)*[ \t]*((([A-Za-z]\w+-[A-Za-z]\w+\b(.ps1)?(?!(-| +\w)))|(" +
- "(@?\((?>\((?)|[^\(\)]+|\)(?<-pair>))*(?(pair)(?!))\) *[|.-] *\w)|" +
- "(\[(?>\[(?)|[^\[\]]+|\](?<-pair>))*(?(pair)(?!))\]\$)|" +
- "(@{(?>{(?)|[^{}]+|}(?<-pair>))*(?(pair)(?!))})|" +
- "('(?>'(?)|[^']+|'(?<-pair>))*(?(pair)(?!))' *[|.-] *\w)|" +
- "((?(?)|[\s\S]|(?))*(?(pair)(?!))(?@()\[\]{},.+*/|\\&!?%#]*[``|][ \t]*(\n|\r\n)?)*([\w-~``'`"$= \t:;<>@()\[\]{},.+*/|\\&!?%#]*(?=\n|\r\n|#)))"
- $exampleCodeLines = ($exampleCodeBlock.Value | Select-String -Pattern $codeRegex -CaseSensitive -AllMatches).Matches
- if ($exampleCodeLines.Count -eq 0) {
- $exampleCodes = @()
- $exampleOutputs = @()
- }
- else {
- for ($i = 0; $i -lt $exampleCodeLines.Count; $i++) {
- # If a codeline contains " :", it's not a codeline but an output line of "Format-List".
- if ($exampleCodeLines[$i].Value -notmatch " : *\w") {
- # If a codeline ends with "`", "\r", or "\n", it should end at the last "`".
- $lastCharacter = $exampleCodeLines[$i].Value.Substring($exampleCodeLines[$i].Value.Length - 1, 1)
- if ($lastCharacter -eq "``" -or $lastCharacter -eq "`r" -or $lastCharacter -eq "`n") {
- $exampleCodes += $exampleCodeLines[$i].Value.Substring(0, $exampleCodeLines[$i].Value.LastIndexOf("``")).Trim()
- }
- else {
- $exampleCodes += $exampleCodeLines[$i].Value.Trim()
- }
-
- # Content before the first codeline, between codelines, and after the last codeline is output.
- if ($i -eq 0) {
- $startIndex = $exampleCodeBlock.Value.IndexOf("`n")
- $output = $exampleCodeBlock.Value.Substring($startIndex, $exampleCodeLines[$i].Index - $startIndex).Trim()
- if ($output -ne "") {
- $exampleOutputs += $output
- }
- }
- $startIndex = $exampleCodeLines[$i].Index + $exampleCodeLines[$i].Length
- if ($i -lt $exampleCodeLines.Count - 1) {
- $nextStartIndex = $exampleCodeLines[$i + 1].Index
- }
- else {
- $nextStartIndex = $exampleCodeBlock.Value.LastIndexOf("`n")
- }
- # If an output line starts with "-", it's an incomplete codeline, but it should still be added to output.
- $output = $exampleCodeBlock.Value.Substring($startIndex, $nextStartIndex - $startIndex).Trim()
- if ($output -match "^-+\w") {
- $exampleOutputs += $output
- }
- elseif ($output -ne "") {
- $exampleOutputs += $output
- }
- }
- }
- }
+ # Extract code from the first "\n" to the last "\n"
+ foreach ($exampleCodeBlock in $exampleCodeBlocks) {
+ $code = $exampleCodeBlock.Value.Substring($exampleCodeBlock.Value.IndexOf("`n"), $exampleCodeBlock.Value.LastIndexOf("`n") - $exampleCodeBlock.Value.IndexOf("`n"))
+ if ($code -ne ""-and $code -notmatch "{{ Add code here }}") {
+ $exampleCodes += $code
}
}
- # If there is ```output```
- else {
- # Extract code from the first "\n" to the last "\n"
- foreach ($exampleCodeBlock in $exampleCodeBlocks) {
- $code = $exampleCodeBlock.Value.Substring($exampleCodeBlock.Value.IndexOf("`n"), $exampleCodeBlock.Value.LastIndexOf("`n") - $exampleCodeBlock.Value.IndexOf("`n")).Trim()
- if ($code -ne "") {
- $exampleCodes += $code
- }
- }
- # Extract output from the first "\n" to the last "\n"
- foreach ($exampleOutputBlock in $exampleOutputBlocks) {
- $output = $exampleOutputBlock.Value.Substring($exampleOutputBlock.Value.IndexOf("`n"), $exampleOutputBlock.Value.LastIndexOf("`n") - $exampleOutputBlock.Value.IndexOf("`n")).Trim()
- if ($output -ne "") {
- $exampleOutputs += $output
- }
+ # Extract output from the first "\n" to the last "\n"
+ foreach ($exampleOutputBlock in $exampleOutputBlocks) {
+ $output = $exampleOutputBlock.Value.Substring($exampleOutputBlock.Value.IndexOf("`n"), $exampleOutputBlock.Value.LastIndexOf("`n") - $exampleOutputBlock.Value.IndexOf("`n")).Trim()
+ if ($output -ne "") {
+ $exampleOutputs += $output
}
}
-
# From the end of the last codeblock to the end is example description.
if($null -ne $exampleOutputBlocks){
$description = $exampleContent.SubString($exampleOutputBlocks[-1].Index + $exampleOutputBlocks[-1].Length).Trim()
}
else{
-
$description = $exampleContent.SubString($exampleCodeBlocks[-1].Index + $exampleCodeBlocks[-1].Length).Trim()
}
if ($description -ne "") {
@@ -202,7 +140,6 @@ function Get-ExamplesDetailsFromMd {
Num = $exampleNumber + 1
Title = $exampleTitle
Codes = $exampleCodes
- CodeBlocks = $exampleCodeBlocks
Outputs = $exampleOutputs
OutputBlocks = $exampleOutputBlocks
Description = ([string]$exampleDescriptions).Trim()
@@ -213,9 +150,9 @@ function Get-ExamplesDetailsFromMd {
}
<#
.SYNOPSIS
- Except the suppressed records
+ Except the suppressed records. It is independent of ExampleIssues.cs.
#>
-function ExceptionRecord{
+function Get-NonExceptionRecord{
param(
[AnalysisOutput[]]$records
)
@@ -240,6 +177,32 @@ function ExceptionRecord{
return $results
}
+<#
+ .SYNOPSIS
+ Get AnalysisOutput entries not in the allow list.
+#>
+function Get-RecordsNotInAllowList{
+ param (
+ [AnalysisOutput[]]$records
+ )
+ return $records | Where-Object {
+ # Skip the unexpected error caused by using to assign parameters
+ if($_.RuleName -eq "RedirectionNotSupported"){
+ return $false
+ }
+ # Skip the invaild cmdlet "<"
+ $CommandName = ($_.Description -split " ")[0]
+ if($CommandName -eq "<"){
+ return $false
+ }
+ # Skip NeedDeleting in Storage
+ if($_.RuleName -eq "NeedDeleting" -and $_.Module -eq "Storage.Management"){
+ return $false
+ }
+ return $true
+ }
+}
+
<#
.SYNOPSIS
Tests whether the script is integral, outputs examples in ".md" to "TempScript.ps1"
@@ -254,7 +217,7 @@ function Measure-SectionMissingAndOutputScript {
[string]$OutputFolder
)
$results = @()
- $missingSeverity = 2
+ $missingSeverity = 1
$fileContent = Get-Content $MarkdownPath -Raw
@@ -271,7 +234,6 @@ function Measure-SectionMissingAndOutputScript {
$missingExampleOutput = 0
$missingExampleDescription = 0
$needDeleting = 0
- $needSplitting = 0
# If Synopsis section exists
if ($indexOfSynopsis -ne -1) {
@@ -332,32 +294,35 @@ function Measure-SectionMissingAndOutputScript {
$examplesDetails = Get-ExamplesDetailsFromMd $MarkdownPath
# If no examples
if ($examplesDetails.Count -eq 0) {
- $missingExampleTitle++
- $missingExampleCode++
- $missingExampleOutput++
- $missingExampleDescription++
- $result = [AnalysisOutput]@{
- Module = $Module
- Cmdlet = $Cmdlet
- Example = ""
- Description = "Example is missing."
- RuleName = "MissingExample"
- Severity = $missingSeverity
- Extent = "$Module\help\$Cmdlet.md"
- ProblemID = 5042
- Remediation = "Add Example. Remove any placeholders."
+ if($fileContent -notmatch "\(autogenerated\)" -and $fileContent -notmatch ""){
+ $missingExampleTitle++
+ $missingExampleCode++
+ $missingExampleOutput++
+ $missingExampleDescription++
+ $result = [AnalysisOutput]@{
+ Module = $Module
+ Cmdlet = $Cmdlet
+ Example = ""
+ Description = "Example is missing."
+ RuleName = "MissingExample"
+ Severity = $missingSeverity
+ Extent = "$Module\help\$Cmdlet.md"
+ ProblemID = 5042
+ Remediation = "Add Example. Remove any placeholders."
+ }
+ $results += $result
}
- $results += $result
}
else {
foreach ($exampleDetails in $examplesDetails) {
- $exampleNumber++
+ $exampleNumber = $exampleDetails.Num
+ $exampleCodes = $exampleDetails.Codes
$_missingExampleTitle = ($exampleDetails.Title | Select-String -Pattern "{{[A-Za-z ]*}}").Count
$_missingExampleCode = ($exampleDetails.Codes | Select-String -Pattern "{{[A-Za-z ]*}}").Count
$_missingExampleOutput = ($exampleDetails.Outputs | Select-String -Pattern "{{[A-Za-z ]*}}").Count
$_missingExampleDescription = ($exampleDetails.Description | Select-String -Pattern "{{[A-Za-z ]*}}").Count
- $_needDeleting = ($exampleDetails.CodeBlocks | Select-String -Pattern "\n([A-Za-z \t\\:>])*(PS|[A-Za-z]:)(\w|[\\/\[\].\- ])*(>|>)+( PS)*[ \t]*" -CaseSensitive).Count +
- ($exampleDetails.CodeBlocks | Select-String -Pattern "(?<=[A-Za-z]\w+-[A-Za-z]\w+)\.ps1" -CaseSensitive).Count
+ $_needDeleting = ($exampleDetails.Codes | Select-String -Pattern "`n([A-Za-z \t\\:>])*(PS|[A-Za-z]:)(\w|[\\/\[\].\- ])*(>|>)+( PS)*[ \t]*" -CaseSensitive).Count +
+ ($exampleDetails.Codes | Select-String -Pattern "(?<=[A-Za-z]\w+-[A-Za-z]\w+)\.ps1" -CaseSensitive).Count
switch ($exampleDetails) {
{$exampleDetails.Title -eq "" -or $_missingExampleTitle -ne 0} {
$missingExampleTitle ++
@@ -404,21 +369,6 @@ function Measure-SectionMissingAndOutputScript {
}
$results += $result
}
- {$exampleDetails.OutputBlocks.Count -eq 0 -and $exampleDetails.Outputs.Count -ne 0} {
- $needSplitting++
- $result = [AnalysisOutput]@{
- Module = $Module
- Cmdlet = $Cmdlet
- Example = $exampleDetails.Num
- Description = "The output need to be split from example."
- RuleName = "NeedSplitting"
- Severity = $missingSeverity
- Extent = "$Module\help\$Cmdlet.md"
- ProblemID = 5051
- Remediation = "Split output from example."
- }
- $results += $result
- }
{$exampleDetails.Description -eq "" -or $_missingExampleDescription -ne 0} {
$missingExampleDescription++
$result = [AnalysisOutput]@{
@@ -447,65 +397,32 @@ function Measure-SectionMissingAndOutputScript {
ProblemID = 5051
Remediation = "Delete the prompt of example."
}
- $results += $result
+ $results += $result
+ $newCode = $exampleCodes -replace "`n([A-Za-z \t\\:>])*(PS|[A-Za-z]:)(\w|[\\/\[\].\- ])*(>|>)+( PS)*[ \t]*", "`n"
+ $newCode = $newCode -replace "(?<=[A-Za-z]\w+-[A-Za-z]\w+)\.ps1"
+ $exampleCodes = $newCode
}
}
- # Delete prompts
- $exampleCodes = $exampleDetails.Codes
- for ($i = $exampleCodes.Count - 1; $i -ge 0; $i--) {
- $newCode = $exampleDetails.Codes[$i] -replace "([A-Za-z \t\\:>])*(PS|[A-Za-z]:)(\w|[\\/\[\].\- ])*(>|>)+( PS)*[ \t]*", ""
- $newCode = $newCode -replace "(?<=[A-Za-z]\w+-[A-Za-z]\w+)\.ps1", ""
- $exampleCodes[$i] = $newCode
- }
# Output example codes to "TempScript.ps1"
if ($OutputScriptsInFile.IsPresent) {
$cmdletExamplesScriptPath = "$OutputFolder\TempScript.ps1"
- $functionHead = "function $Module-$Cmdlet-$exampleNumber{"
- Add-Content -Path (Get-Item $cmdletExamplesScriptPath).FullName -Value $functionHead
- $exampleCodes = $exampleCodes -join "`n"
- Add-Content -Path (Get-Item $cmdletExamplesScriptPath).FullName -Value $exampleCodes
- $functionTail = "}`n"
- Add-Content -Path (Get-Item $cmdletExamplesScriptPath).FullName -Value $functionTail
+ if($null -ne $exampleCodes -and $exampleCodes -ne ""){
+ $exampleCodes = $exampleCodes.Trim()
+ $functionHead = "function $Module-$Cmdlet-$exampleNumber{"
+ Add-Content -Path (Get-Item $cmdletExamplesScriptPath).FullName -Value $functionHead
+ Add-Content -Path (Get-Item $cmdletExamplesScriptPath).FullName -Value $exampleCodes
+ $functionTail = "}`n"
+ Add-Content -Path (Get-Item $cmdletExamplesScriptPath).FullName -Value $functionTail
+ }
}
}
}
-
- # ScaleTable
- $examples = $examplesDetails.Count
- $scale = [Scale]@{
- Module = $module
- Cmdlet = $cmdlet
- Examples = $examples
- }
-
- # MissingTable
- if ($missingSynopsis -ne 0 -or $missingDescription -ne 0 -or $missingExampleTitle -ne 0 -or $missingExampleCode -ne 0 -or $missingExampleOutput -ne 0 -or $missingExampleDescription -ne 0) {
- $missing = [Missing]@{
- Module = $module
- Cmdlet = $cmdlet
- MissingSynopsis = $missingSynopsis
- MissingDescription = $missingDescription
- MissingExampleTitle = $missingExampleTitle
- MissingExampleCode = $missingExampleCode
- MissingExampleOutput = $missingExampleOutput
- MissingExampleDescription = $missingExampleDescription
- }
- }
-
- # DeletePromptAndSeparateOutputTable
- if ($needDeleting -ne 0 -or $needSplitting -ne 0) {
- $deletePromptAndSeparateOutput = [DeletePromptAndSeparateOutput]@{
- Module = $module
- Cmdlet = $cmdlet
- NeedDeleting = $needDeleting
- NeedSplitting = $needSplitting
- }
- }
-
+ # Except records in allow list
+ $results = Get-RecordsNotInAllowList $results
# Except the suppressed records
- $results = ExceptionRecord $results
+ $results = Get-NonExceptionRecord $results
return @{
Scale = $scale
@@ -542,16 +459,16 @@ function Get-ScriptAnalyzerResult {
$results = @()
foreach($analysisResult in $analysisResults){
if($analysisResult.Severity -eq "ParseError"){
- $Severity = 2
+ $Severity = 1
}
elseif($analysisResult.Severity -eq "Error"){
- $Severity = 2
+ $Severity = 1
}
elseif($analysisResult.Severity -eq "Warning"){
- $Severity = 3
+ $Severity = 2
}
elseif($analysisResult.Severity -eq "Information"){
- $Severity = 4
+ $Severity = 3
}
if($analysisResult.RuleSuppressionID -ge 5000 -and $analysisResult.RuleSuppressionID -le 5199){
$result = [AnalysisOutput]@{
@@ -559,11 +476,11 @@ function Get-ScriptAnalyzerResult {
Cmdlet = ($analysisResult.Message -split "-")[1] + "-" + ($analysisResult.Message -split "-")[2]
Example = ($analysisResult.Message -split "-")[3]
RuleName = $analysisResult.RuleName
- Description = ($analysisResult.Message -split "@")[1] -replace "`"","`'" -replace "`n"," " -replace "`r"," "
+ Description = ($analysisResult.Message -split "#@#")[1] -replace "`"","`'" -replace "`n"," " -replace "`r"," "
Severity = $Severity
Extent = $analysisResult.Extent.ToString().Trim() -replace "`"","`'" -replace "`n"," " -replace "`r"," "
ProblemID = $analysisResult.RuleSuppressionID
- Remediation = ($analysisResult.Message -split "@")[2] -replace "`"","`'" -replace "`n"," " -replace "`r"," "
+ Remediation = ($analysisResult.Message -split "#@#")[2] -replace "`"","`'" -replace "`n"," " -replace "`r"," "
}
}
else{
@@ -576,13 +493,35 @@ function Get-ScriptAnalyzerResult {
Severity = $Severity
Extent = $analysisResult.Extent.ToString().Trim() -replace "`"","`'" -replace "`n"," " -replace "`r"," "
ProblemID = 5200
- Remediation = "Unexpected Error! Please check your example or contact the Azure Powershell Team."
- }
+ Remediation = "Unexpected Error! Please check your example or contact the Azure Powershell Team. (Appeared in Line $($analysisResult.Line))"
}
- $results += $result
+ }
+ $results += $result
}
- #Except the suppressed records
- $results = ExceptionRecord $results
+ # Except records in allow list
+ $results = Get-RecordsNotInAllowList $results
+ # Except the suppressed records
+ $results = Get-NonExceptionRecord $results
return $results
+}
+
+<#
+ .SYNOPSIS
+ Retry import-module
+#>
+function Redo-ImportModule {
+ param (
+ [string]$CommandName
+ )
+ $modulePath = "$PSScriptRoot\..\..\..\..\artifacts\Debug\Az.*\Az.*.psd1"
+ Get-Item $modulePath | Import-Module -Global
+ $GetCommand = Get-Command $CommandName -ErrorAction SilentlyContinue
+ if ($null -eq $GetCommand) {
+ return $false
+ }
+ else{
+ Write-Debug "Succeed by retrying import-module"
+ return $true
+ }
}
\ No newline at end of file
diff --git a/tools/StaticAnalysis/Exceptions/Az.Accounts/ExampleIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Accounts/ExampleIssues.csv
new file mode 100644
index 000000000000..67c001ce7aca
--- /dev/null
+++ b/tools/StaticAnalysis/Exceptions/Az.Accounts/ExampleIssues.csv
@@ -0,0 +1,8 @@
+"Module","Cmdlet","Example","RuleName","ProblemID","Severity","Description","Extent","Remediation"
+"Accounts","Disconnect-AzAccount","2","Unbinded_Expression","5014","2","Get-AzContext 'Work' is not explicitly assigned to a parameter.","'Work'","Assign 'Work' explicitly to the parameter."
+"Accounts","Remove-AzContext","1","Invalid_Parameter_Name","5011","2","Remove-AzContext -Name is not a valid parameter name.","-Name","Check validity of the parameter Name."
+"Accounts","Rename-AzContext","1","Invalid_Parameter_Name","5011","2","Rename-AzContext -SourceName is not a valid parameter name.","-SourceName","Check validity of the parameter SourceName."
+"Accounts","Rename-AzContext","1","Invalid_Parameter_Name","5011","2","Rename-AzContext -TargetName is not a valid parameter name.","-TargetName","Check validity of the parameter TargetName."
+"Accounts","Rename-AzContext","2","Unbinded_Expression","5014","2","Rename-AzContext 'My context' is not explicitly assigned to a parameter.","'My context'","Assign 'My context' explicitly to the parameter."
+"Accounts","Rename-AzContext","2","Unbinded_Expression","5014","2","Rename-AzContext 'Work' is not explicitly assigned to a parameter.","'Work'","Assign 'Work' explicitly to the parameter."
+"Accounts","Select-AzContext","1","Unbinded_Expression","5014","2","Select-AzContext 'Work' is not explicitly assigned to a parameter.","'Work'","Assign 'Work' explicitly to the parameter."
\ No newline at end of file
diff --git a/tools/StaticAnalysis/Exceptions/Az.Cdn/SignatureIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Cdn/SignatureIssues.csv
index 75426abe25b0..4f1c66083230 100644
--- a/tools/StaticAnalysis/Exceptions/Az.Cdn/SignatureIssues.csv
+++ b/tools/StaticAnalysis/Exceptions/Az.Cdn/SignatureIssues.csv
@@ -1,14 +1,66 @@
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Profile.RemoveAzureRmCdnProfile","Remove-AzCdnProfile","1","8510","Cmdlet 'Remove-AzCdnProfile' has multiple parameter sets, but no defined default parameter set.","Define a default parameter set in the cmdlet attribute."
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Origin.SetAzureRmCdnOrigin","Set-AzCdnOrigin","1","8100","Set-AzCdnOrigin Does not support ShouldProcess but the cmdlet verb Set indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.PublishAzureRmCdnEndpointContent","Publish-AzCdnEndpointContent","1","8100","Publish-AzCdnEndpointContent Does not support ShouldProcess but the cmdlet verb Publish indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.NewAzureRmCdnEndpoint","New-AzCdnEndpoint","1","8410","Parameter ContentTypesToCompress of cmdlet New-AzCdnEndpoint does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.NewAzureRmCdnEndpoint","New-AzCdnEndpoint","1","8410","Parameter GeoFilters of cmdlet New-AzCdnEndpoint does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.RemoveAzureCdnEndpoint","Remove-AzCdnEndpoint","1","8510","Cmdlet 'Remove-AzCdnEndpoint' has multiple parameter sets, but no defined default parameter set.","Define a default parameter set in the cmdlet attribute."
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.GetAzureRmCdnEdgeNodes","Get-AzCdnEdgeNodes","1","8400","Get-AzCdnEdgeNodes uses the noun 'AzCdnEdgeNodes', which does not follow the enforced naming convention of using a singular noun for a cmdlet name.","Consider using a singular noun for the cmdlet name."
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.NewAzCdnDeliveryRuleCondition","New-AzCdnDeliveryRuleCondition","1","8100","New-AzCdnDeliveryRuleCondition Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.NewAzCdnDeliveryRule","New-AzCdnDeliveryRule","1","8100","New-AzCdnDeliveryRule Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.NewAzCdnDeliveryPolicy","New-AzCdnDeliveryPolicy","1","8100","New-AzCdnDeliveryPolicy Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.Endpoint.NewAzCdnDeliveryRuleAction","New-AzCdnDeliveryRuleAction","1","8100","New-AzCdnDeliveryRuleAction Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.AfdRule.NewAzFrontDoorCdnRuleAction","New-AzFrontDoorCdnRuleAction","1","8100","New-AzFrontDoorCdnRuleAction Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
-"Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll","Microsoft.Azure.Commands.Cdn.AfdRule.NewAzFrontDoorCdnRuleCondition","New-AzFrontDoorCdnRuleCondition","1","8100","New-AzFrontDoorCdnRuleCondition Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
\ No newline at end of file
+"Az.Cdn","New-AzCdnDeliveryRuleCookiesConditionObject","New-AzCdnDeliveryRuleCookiesConditionObject","1","8100","New-AzCdnDeliveryRuleCookiesConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleHttpVersionConditionObject","New-AzCdnDeliveryRuleHttpVersionConditionObject","1","8100","New-AzCdnDeliveryRuleHttpVersionConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleIsDeviceConditionObject","New-AzCdnDeliveryRuleIsDeviceConditionObject","1","8100","New-AzCdnDeliveryRuleIsDeviceConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleObject","New-AzCdnDeliveryRuleObject","1","8100","New-AzCdnDeliveryRuleObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRulePostArgsConditionObject","New-AzCdnDeliveryRulePostArgsConditionObject","1","8100","New-AzCdnDeliveryRulePostArgsConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleQueryStringConditionObject","New-AzCdnDeliveryRuleQueryStringConditionObject","1","8100","New-AzCdnDeliveryRuleQueryStringConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRemoteAddressConditionObject","New-AzCdnDeliveryRuleRemoteAddressConditionObject","1","8100","New-AzCdnDeliveryRuleRemoteAddressConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRequestBodyConditionObject","New-AzCdnDeliveryRuleRequestBodyConditionObject","1","8100","New-AzCdnDeliveryRuleRequestBodyConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRequestHeaderActionObject","New-AzCdnDeliveryRuleRequestHeaderActionObject","1","8100","New-AzCdnDeliveryRuleRequestHeaderActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRequestHeaderConditionObject","New-AzCdnDeliveryRuleRequestHeaderConditionObject","1","8100","New-AzCdnDeliveryRuleRequestHeaderConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRequestMethodConditionObject","New-AzCdnDeliveryRuleRequestMethodConditionObject","1","8100","New-AzCdnDeliveryRuleRequestMethodConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRequestSchemeConditionObject","New-AzCdnDeliveryRuleRequestSchemeConditionObject","1","8100","New-AzCdnDeliveryRuleRequestSchemeConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleRequestUriConditionObject","New-AzCdnDeliveryRuleRequestUriConditionObject","1","8100","New-AzCdnDeliveryRuleRequestUriConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleResponseHeaderActionObject","New-AzCdnDeliveryRuleResponseHeaderActionObject","1","8100","New-AzCdnDeliveryRuleResponseHeaderActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleUrlFileExtensionConditionObject","New-AzCdnDeliveryRuleUrlFileExtensionConditionObject","1","8100","New-AzCdnDeliveryRuleUrlFileExtensionConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleUrlFileNameConditionObject","New-AzCdnDeliveryRuleUrlFileNameConditionObject","1","8100","New-AzCdnDeliveryRuleUrlFileNameConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnDeliveryRuleUrlPathConditionObject","New-AzCdnDeliveryRuleUrlPathConditionObject","1","8100","New-AzCdnDeliveryRuleUrlPathConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnEndpoint","New-AzCdnEndpoint","1","8410","Parameter ContentTypesToCompress of cmdlet New-AzCdnEndpoint does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
+"Az.Cdn","New-AzCdnHealthProbeParametersObject","New-AzCdnHealthProbeParametersObject","1","8100","New-AzCdnHealthProbeParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnManagedHttpsParametersObject","New-AzCdnManagedHttpsParametersObject","1","8100","New-AzCdnManagedHttpsParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnResourceReferenceObject","New-AzCdnResourceReferenceObject","1","8100","New-AzCdnResourceReferenceObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnResponseBasedOriginErrorDetectionParametersObject","New-AzCdnResponseBasedOriginErrorDetectionParametersObject","1","8100","New-AzCdnResponseBasedOriginErrorDetectionParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnUrlRedirectActionObject","New-AzCdnUrlRedirectActionObject","1","8100","New-AzCdnUrlRedirectActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnUrlRewriteActionObject","New-AzCdnUrlRewriteActionObject","1","8100","New-AzCdnUrlRewriteActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnUrlSigningActionObject","New-AzCdnUrlSigningActionObject","1","8100","New-AzCdnUrlSigningActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzCdnUserManagedHttpsParametersObject","New-AzCdnUserManagedHttpsParametersObject","1","8100","New-AzCdnUserManagedHttpsParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject","New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject","1","8100","New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject","New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject","1","8100","New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject","New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject","1","8100","New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnResourceReferenceObject","New-AzFrontDoorCdnResourceReferenceObject","1","8100","New-AzFrontDoorCdnResourceReferenceObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRoute","New-AzFrontDoorCdnRoute","1","8410","Parameter CompressionSettingContentTypesToCompress of cmdlet New-AzFrontDoorCdnRoute does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
+"Az.Cdn","New-AzFrontDoorCdnRuleClientPortConditionObject","New-AzFrontDoorCdnRuleClientPortConditionObject","1","8100","New-AzFrontDoorCdnRuleClientPortConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleCookiesConditionObject","New-AzFrontDoorCdnRuleCookiesConditionObject","1","8100","New-AzFrontDoorCdnRuleCookiesConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleHostNameConditionObject","New-AzFrontDoorCdnRuleHostNameConditionObject","1","8100","New-AzFrontDoorCdnRuleHostNameConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleHttpVersionConditionObject","New-AzFrontDoorCdnRuleHttpVersionConditionObject","1","8100","New-AzFrontDoorCdnRuleHttpVersionConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleIsDeviceConditionObject","New-AzFrontDoorCdnRuleIsDeviceConditionObject","1","8100","New-AzFrontDoorCdnRuleIsDeviceConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRulePostArgsConditionObject","New-AzFrontDoorCdnRulePostArgsConditionObject","1","8100","New-AzFrontDoorCdnRulePostArgsConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleQueryStringConditionObject","New-AzFrontDoorCdnRuleQueryStringConditionObject","1","8100","New-AzFrontDoorCdnRuleQueryStringConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRemoteAddressConditionObject","New-AzFrontDoorCdnRuleRemoteAddressConditionObject","1","8100","New-AzFrontDoorCdnRuleRemoteAddressConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRequestBodyConditionObject","New-AzFrontDoorCdnRuleRequestBodyConditionObject","1","8100","New-AzFrontDoorCdnRuleRequestBodyConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRequestHeaderActionObject","New-AzFrontDoorCdnRuleRequestHeaderActionObject","1","8100","New-AzFrontDoorCdnRuleRequestHeaderActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRequestHeaderConditionObject","New-AzFrontDoorCdnRuleRequestHeaderConditionObject","1","8100","New-AzFrontDoorCdnRuleRequestHeaderConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRequestMethodConditionObject","New-AzFrontDoorCdnRuleRequestMethodConditionObject","1","8100","New-AzFrontDoorCdnRuleRequestMethodConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRequestSchemeConditionObject","New-AzFrontDoorCdnRuleRequestSchemeConditionObject","1","8100","New-AzFrontDoorCdnRuleRequestSchemeConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRequestUriConditionObject","New-AzFrontDoorCdnRuleRequestUriConditionObject","1","8100","New-AzFrontDoorCdnRuleRequestUriConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleResponseHeaderActionObject","New-AzFrontDoorCdnRuleResponseHeaderActionObject","1","8100","New-AzFrontDoorCdnRuleResponseHeaderActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject","New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject","1","8100","New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleServerPortConditionObject","New-AzFrontDoorCdnRuleServerPortConditionObject","1","8100","New-AzFrontDoorCdnRuleServerPortConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleSocketAddrConditionObject","New-AzFrontDoorCdnRuleSocketAddrConditionObject","1","8100","New-AzFrontDoorCdnRuleSocketAddrConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleSslProtocolConditionObject","New-AzFrontDoorCdnRuleSslProtocolConditionObject","1","8100","New-AzFrontDoorCdnRuleSslProtocolConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject","New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject","1","8100","New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleUrlFileNameConditionObject","New-AzFrontDoorCdnRuleUrlFileNameConditionObject","1","8100","New-AzFrontDoorCdnRuleUrlFileNameConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleUrlPathConditionObject","New-AzFrontDoorCdnRuleUrlPathConditionObject","1","8100","New-AzFrontDoorCdnRuleUrlPathConditionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleUrlRedirectActionObject","New-AzFrontDoorCdnRuleUrlRedirectActionObject","1","8100","New-AzFrontDoorCdnRuleUrlRedirectActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleUrlRewriteActionObject","New-AzFrontDoorCdnRuleUrlRewriteActionObject","1","8100","New-AzFrontDoorCdnRuleUrlRewriteActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnRuleUrlSigningActionObject","New-AzFrontDoorCdnRuleUrlSigningActionObject","1","8100","New-AzFrontDoorCdnRuleUrlSigningActionObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnSecretCustomerCertificateParametersObject","New-AzFrontDoorCdnSecretCustomerCertificateParametersObject","1","8100","New-AzFrontDoorCdnSecretCustomerCertificateParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject","New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject","1","8100","New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnSecretManagedCertificateParametersObject","New-AzFrontDoorCdnSecretManagedCertificateParametersObject","1","8100","New-AzFrontDoorCdnSecretManagedCertificateParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject","New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject","1","8100","New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject","New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject","1","8100","New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject","New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject","1","8100","New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Cdn","Test-AzCdnNameAvailability","Test-AzCdnNameAvailability","1","8700","Parameter set 'CheckExpanded1', '__AllParameterSets' of cmdlet 'Test-AzCdnNameAvailability' have the same mandatory parameters, and both of them are not default parameter set which may cause confusion.","Merge these parameter sets into one parameter set."
+"Az.Cdn","Update-AzCdnEndpoint","Update-AzCdnEndpoint","1","8410","Parameter ContentTypesToCompress of cmdlet Update-AzCdnEndpoint does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
+"Az.Cdn","Update-AzFrontDoorCdnRoute","Update-AzFrontDoorCdnRoute","1","8410","Parameter CompressionSettingContentTypesToCompress of cmdlet Update-AzFrontDoorCdnRoute does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
diff --git a/tools/StaticAnalysis/Exceptions/Az.Network/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Network/BreakingChangeIssues.csv
new file mode 100644
index 000000000000..16ce34c403cc
--- /dev/null
+++ b/tools/StaticAnalysis/Exceptions/Az.Network/BreakingChangeIssues.csv
@@ -0,0 +1,11 @@
+"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
+"Az.Network","Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayAuthenticationCertificateCommand","Add-AzApplicationGatewayAuthenticationCertificate","0","3030","The generic type for 'property ApplicationSecurityGroups' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'. ","Change the generic type for 'property ApplicationSecurityGroups' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'."
+"Az.Network","Microsoft.Azure.Commands.Network.AddAzureApplicationGatewayAuthenticationCertificateCommand","Add-AzApplicationGatewayAuthenticationCertificate","0","3030","The generic type for 'property IpConfigurations' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'. ","Change the generic type for 'property IpConfigurations' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'."
+"Az.Network","Microsoft.Azure.Commands.Network.GetAzurePrivateEndpointCommand","Get-AzPrivateEndpoint","0","3030","The generic type for 'property ApplicationSecurityGroups' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'. ","Change the generic type for 'property ApplicationSecurityGroups' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'."
+"Az.Network","Microsoft.Azure.Commands.Network.GetAzurePrivateEndpointCommand","Get-AzPrivateEndpoint","0","3030","The generic type for 'property IpConfigurations' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'. ","Change the generic type for 'property IpConfigurations' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'."
+"Az.Network","Microsoft.Azure.Commands.Network.NewAzurePrivateEndpoint","New-AzPrivateEndpoint","0","3030","The generic type for 'property ApplicationSecurityGroups' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'. ","Change the generic type for 'property ApplicationSecurityGroups' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'."
+"Az.Network","Microsoft.Azure.Commands.Network.NewAzurePrivateEndpoint","New-AzPrivateEndpoint","0","3030","The generic type for 'property IpConfigurations' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'. ","Change the generic type for 'property IpConfigurations' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'."
+"Az.Network","Microsoft.Azure.Commands.Network.SetAzPrivateEndpointCommand","Set-AzPrivateEndpoint","0","3030","The generic type for 'property ApplicationSecurityGroups' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'. ","Change the generic type for 'property ApplicationSecurityGroups' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'."
+"Az.Network","Microsoft.Azure.Commands.Network.SetAzPrivateEndpointCommand","Set-AzPrivateEndpoint","0","3030","The generic type for 'property IpConfigurations' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'. ","Change the generic type for 'property IpConfigurations' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'."
+"Az.Network","Microsoft.Azure.Commands.Network.SetAzPrivateEndpointCommand","Set-AzPrivateEndpoint","0","3030","The generic type for 'property ApplicationSecurityGroups' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'. ","Change the generic type for 'property ApplicationSecurityGroups' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]'."
+"Az.Network","Microsoft.Azure.Commands.Network.SetAzPrivateEndpointCommand","Set-AzPrivateEndpoint","0","3030","The generic type for 'property IpConfigurations' has been changed from 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]' to 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'. ","Change the generic type for 'property IpConfigurations' back to 'System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]'."
diff --git a/tools/StaticAnalysis/Exceptions/Az.Resources/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Resources/BreakingChangeIssues.csv
deleted file mode 100644
index 777554054d6a..000000000000
--- a/tools/StaticAnalysis/Exceptions/Az.Resources/BreakingChangeIssues.csv
+++ /dev/null
@@ -1,5 +0,0 @@
-"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation"
-"Az.Resources","Get-AzADAppFederatedIdentityCredential","Get-AzADAppFederatedIdentityCredential","0","1000","The cmdlet 'Get-AzADAppFederatedIdentityCredential' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzADAppFederatedIdentityCredential' back to the module, or add an alias to the original cmdlet name."
-"Az.Resources","New-AzADAppFederatedIdentityCredential","New-AzADAppFederatedIdentityCredential","0","1000","The cmdlet 'New-AzADAppFederatedIdentityCredential' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzADAppFederatedIdentityCredential' back to the module, or add an alias to the original cmdlet name."
-"Az.Resources","Remove-AzADAppFederatedIdentityCredential","Remove-AzADAppFederatedIdentityCredential","0","1000","The cmdlet 'Remove-AzADAppFederatedIdentityCredential' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzADAppFederatedIdentityCredential' back to the module, or add an alias to the original cmdlet name."
-"Az.Resources","Update-AzADAppFederatedIdentityCredential","Update-AzADAppFederatedIdentityCredential","0","1000","The cmdlet 'Update-AzADAppFederatedIdentityCredential' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Update-AzADAppFederatedIdentityCredential' back to the module, or add an alias to the original cmdlet name."
\ No newline at end of file
diff --git a/tools/StaticAnalysis/Exceptions/Az.Storage/SignatureIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Storage/SignatureIssues.csv
index 08784f2a1c3e..0e1fae734989 100644
--- a/tools/StaticAnalysis/Exceptions/Az.Storage/SignatureIssues.csv
+++ b/tools/StaticAnalysis/Exceptions/Az.Storage/SignatureIssues.csv
@@ -72,3 +72,4 @@
"Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll","Microsoft.Azure.Commands.Management.Storage.NewAzureStorageBlobInventoryPolicyRuleCommand","New-AzStorageBlobInventoryPolicyRule","1","8100","New-AzStorageBlobInventoryPolicyRule Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
"Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll","Microsoft.Azure.Commands.Management.Storage.EnableAzStorageContainerDeleteRetentionPolicyCommand","Enable-AzStorageContainerDeleteRetentionPolicy","1","8410","Parameter RetentionDays of cmdlet Enable-AzStorageContainerDeleteRetentionPolicy does not follow the enforced naming convention of using a singular noun for a parameter name.","Consider using a singular noun for the parameter name."
"Az.Storage","Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.NewDataLakeGen2SasTokenCommand","New-AzDataLakeGen2SasToken","1","8100","New-AzDataLakeGen2SasToken Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
+"Az.Storage","Microsoft.Azure.Commands.Management.Storage.NewAzureStorageAccountManagementPolicyBlobIndexMatchObjectCommand","New-AzStorageAccountManagementPolicyBlobIndexMatchObject","1","8100","New-AzStorageAccountManagementPolicyBlobIndexMatchObject Does not support ShouldProcess but the cmdlet verb New indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"
diff --git a/tools/StaticAnalysis/IssueChecker/IssueChecker.cs b/tools/StaticAnalysis/IssueChecker/IssueChecker.cs
index 70cb8f0a0f2f..9c431ba92836 100644
--- a/tools/StaticAnalysis/IssueChecker/IssueChecker.cs
+++ b/tools/StaticAnalysis/IssueChecker/IssueChecker.cs
@@ -79,7 +79,8 @@ public void Analyze(IEnumerable scopes, IEnumerable modulesToAna
{
continue;
}
- if (IsSingleExceptionFileHasCriticalIssue(exceptionFilePath, recordTypeName))
+ bool outputWarning = recordTypeName.Equals(typeof(ExampleIssue).FullName);
+ if (IsSingleExceptionFileHasCriticalIssue(exceptionFilePath, recordTypeName, outputWarning))
{
hasCriticalIssue = true;
}
@@ -92,7 +93,7 @@ public void Analyze(IEnumerable scopes, IEnumerable modulesToAna
}
}
- private bool IsSingleExceptionFileHasCriticalIssue(string exceptionFilePath, string reportRecordTypeName)
+ private bool IsSingleExceptionFileHasCriticalIssue(string exceptionFilePath, string reportRecordTypeName, bool outputWarning)
{
bool hasError = false;
using (var reader = new StreamReader(exceptionFilePath))
@@ -107,6 +108,7 @@ private bool IsSingleExceptionFileHasCriticalIssue(string exceptionFilePath, str
}
var errorText = new StringBuilder();
errorText.AppendLine(recordList.First().PrintHeaders());
+ var warningText = new StringBuilder();
foreach (IReportRecord record in recordList)
{
if (record.Severity < 2)
@@ -114,11 +116,19 @@ private bool IsSingleExceptionFileHasCriticalIssue(string exceptionFilePath, str
hasError = true;
errorText.AppendLine(record.FormatRecord());
}
+ else if (record.Severity == 2 && outputWarning)
+ {
+ warningText.AppendLine(record.FormatRecord());
+ }
}
if (hasError)
{
Console.WriteLine("{0} Errors", exceptionFilePath);
Console.WriteLine(errorText.ToString());
+ if(outputWarning && !String.IsNullOrEmpty(warningText.ToString())){
+ Console.WriteLine("Following are warning issues. It is recommended to correct them as well.");
+ Console.WriteLine(warningText.ToString());
+ }
}
}
return hasError;
diff --git a/tools/StaticAnalysis/StaticAnalysis.Netcore.csproj b/tools/StaticAnalysis/StaticAnalysis.Netcore.csproj
index ac086923bb4d..f9ef8b0f6f82 100644
--- a/tools/StaticAnalysis/StaticAnalysis.Netcore.csproj
+++ b/tools/StaticAnalysis/StaticAnalysis.Netcore.csproj
@@ -22,7 +22,7 @@
-
+
diff --git a/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 b/tools/Test/SmokeTest/RmCoreSmokeTests.ps1
index ae39415cfcdd..630708214406 100644
--- a/tools/Test/SmokeTest/RmCoreSmokeTests.ps1
+++ b/tools/Test/SmokeTest/RmCoreSmokeTests.ps1
@@ -27,7 +27,7 @@ $testInfo = @{
# Generate random suffix ^\d[\da-z]{9}$
$strarray = "0123456789abcdefghijklmnopqurstuvxxyz"
$randomValue = $strarray[(Get-Random -Maximum 10)]
-for($i=0; $i -lt 9; $i++)
+for($i=0; $i -lt 9; $i++)
{
$randomValue += $strarray[(Get-Random -Maximum $strarray.Length)]
}
@@ -67,7 +67,7 @@ function Retry-AzCommand {
Start-Sleep -Seconds $Sleep
}
}
- } while ($true)
+ } while ($true)
}
# The name of resource group is 1~90 charactors complying with ^[-\w\._\(\)]+$
@@ -162,11 +162,35 @@ $resourceTestCommands = @(
@{Name = "Az.Websites"; Command = {Get-AzWebApp -ResourceGroupName $resourceGroupName}}
)
+$generalCommands = @(
+ @{
+ Name = "Import Az.Accounts in Parallel";
+ Command = {
+ if ($null -ne $env:SYSTEM_DEFINITIONID -or $null -ne $env:Release_DefinitionId -or $null -ne $env:AZUREPS_HOST_ENVIRONMENT) {
+ Write-Warning "Skipping because 'Start-Job' is not supported by design in scenarios where PowerShell is being hosted in other applications."
+ return
+ }
+ $importJobs = @()
+ 1..10 | ForEach-Object {
+ $importJobs += Start-Job -name "import-no.$_" -ScriptBlock { Import-Module Az.Accounts; Get-AzConfig; }
+ }
+ $importJobs | Wait-Job
+ $importJobs | Receive-Job
+ $importJobs | ForEach-Object {
+ if ("Completed" -ne $_.State) {
+ throw "Some jobs have failed."
+ }
+ }
+ };
+ Retry = 0; # no need to retry
+ }
+)
+
if($Reverse.IsPresent){
[array]::Reverse($resourceTestCommands)
}
-$resourceCommands=$resourceSetUpCommands+$resourceTestCommands+$resourceCleanUpCommands
+$resourceCommands = $resourceSetUpCommands + $resourceTestCommands + $resourceCleanUpCommands + $generalCommands
$startTime = Get-Date
$resourceCommands | ForEach-Object {
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ADDomainServices.json b/tools/Tools.Common/SerializedCmdlets/Az.ADDomainServices.json
index f09d902c81fe..516335bc3b0b 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ADDomainServices.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ADDomainServices.json
@@ -1,5 +1,6 @@
{
- "ProcessedTypes": {},
+ "ModuleName": "Az.ADDomainServices",
+ "ModuleVersion": "0.2.0",
"Cmdlets": [
{
"VerbName": "Get",
@@ -7,8 +8,7 @@
"Name": "Get-AzADDomainService",
"ClassName": "Get-AzADDomainService",
"SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "HasForceSwitch": true,
+ "ConfirmImpact": 0,
"SupportsPaging": false,
"DefaultParameterSetName": "List",
"OutputTypes": [
@@ -20,6 +20,7 @@
"Properties": {
"PropertiesResourceForestSettingsSettings": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
"ReplicaSet": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
+ "LdapSettingPfxCertificate": "System.Byte[]",
"LdapSettingExternalAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess]",
"FilteredSync": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync]",
"LdapSettingLdap": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps]",
@@ -33,27 +34,22 @@
"LdapSettingCertificateNotAfter": "System.Nullable`1[System.DateTime]",
"MigrationProgressCompletionPercentage": "System.Nullable`1[System.Double]",
"Version": "System.Nullable`1[System.Int32]",
+ "LdapSettingPfxCertificatePassword": "System.Security.SecureString",
"Sku": "System.String",
"ProvisioningState": "System.String",
"SyncOwner": "System.String",
"ResourceForestSettingResourceForest": "System.String",
"LdapSettingPublicCertificate": "System.String",
+ "MigrationPropertyOldVnetSiteId": "System.String",
"MigrationPropertyOldSubnetId": "System.String",
"MigrationProgressMessage": "System.String",
"TenantId": "System.String",
- "LdapSettingPfxCertificatePassword": "System.String",
- "LdapSettingPfxCertificate": "System.String",
"LdapSettingCertificateThumbprint": "System.String",
"DomainName": "System.String",
"DomainConfigurationType": "System.String",
- "MigrationPropertyOldVnetSiteId": "System.String",
"DeploymentId": "System.String",
"NotificationSettingAdditionalRecipient": "System.String[]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -69,57 +65,31 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity",
@@ -129,15 +99,8 @@
"Id": "System.String",
"ResourceGroupName": "System.String",
"SubscriptionId": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -149,124 +112,64 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -283,16 +186,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -303,20 +198,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -327,20 +213,12 @@
{
"ParameterMetadata": {
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -358,16 +236,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -378,20 +248,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -402,20 +263,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -426,20 +279,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -450,20 +295,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -474,20 +310,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -498,20 +325,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -527,20 +345,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -551,20 +360,12 @@
{
"ParameterMetadata": {
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -582,16 +383,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -602,20 +395,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -626,20 +410,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -650,20 +426,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -674,20 +442,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -698,20 +457,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -722,20 +472,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -751,20 +492,12 @@
{
"ParameterMetadata": {
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -782,16 +515,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -802,20 +527,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -826,20 +542,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -850,20 +558,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -874,20 +574,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -898,20 +589,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -922,20 +604,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -951,7 +624,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity",
@@ -961,15 +633,8 @@
"Id": "System.String",
"ResourceGroupName": "System.String",
"SubscriptionId": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -987,16 +652,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1007,20 +664,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1031,20 +679,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1055,20 +695,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1079,20 +711,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1103,20 +726,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1127,20 +741,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1163,16 +768,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1183,20 +780,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1207,20 +795,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1231,20 +811,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1255,20 +827,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1279,20 +842,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1303,20 +857,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1326,17 +871,15 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
"NounName": "AzADDomainService",
"Name": "New-AzADDomainService",
"ClassName": "New-AzADDomainService",
- "SupportsShouldProcess": false,
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "CreateExpanded",
"OutputTypes": [
@@ -1348,6 +891,7 @@
"Properties": {
"PropertiesResourceForestSettingsSettings": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
"ReplicaSet": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
+ "LdapSettingPfxCertificate": "System.Byte[]",
"LdapSettingExternalAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess]",
"FilteredSync": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync]",
"LdapSettingLdap": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps]",
@@ -1361,27 +905,22 @@
"LdapSettingCertificateNotAfter": "System.Nullable`1[System.DateTime]",
"MigrationProgressCompletionPercentage": "System.Nullable`1[System.Double]",
"Version": "System.Nullable`1[System.Int32]",
+ "LdapSettingPfxCertificatePassword": "System.Security.SecureString",
"Sku": "System.String",
"ProvisioningState": "System.String",
"SyncOwner": "System.String",
"ResourceForestSettingResourceForest": "System.String",
"LdapSettingPublicCertificate": "System.String",
+ "MigrationPropertyOldVnetSiteId": "System.String",
"MigrationPropertyOldSubnetId": "System.String",
"MigrationProgressMessage": "System.String",
"TenantId": "System.String",
- "LdapSettingPfxCertificatePassword": "System.String",
- "LdapSettingPfxCertificate": "System.String",
"LdapSettingCertificateThumbprint": "System.String",
"DomainName": "System.String",
"DomainConfigurationType": "System.String",
- "MigrationPropertyOldVnetSiteId": "System.String",
"DeploymentId": "System.String",
"NotificationSettingAdditionalRecipient": "System.String[]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -1397,412 +936,227 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ReplicaSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainConfigurationType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingNtlmV1",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingSyncKerberosPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingSyncNtlmPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingSyncOnPremPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingTlsV1",
- "AliasList": [],
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Etag",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "FilteredSync",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ForestTrust",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "LdapSettingExternalAccess",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "LdapSettingLdaps",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LdapSettingPfxCertificate",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificateInputFile",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "LdapSettingPfxCertificatePassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NotificationSettingAdditionalRecipient",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NotificationSettingNotifyDcAdmin",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NotificationSettingNotifyGlobalAdmin",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceForest",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ForestTrust",
- "AliasList": [],
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -1814,160 +1168,82 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -1984,16 +1260,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -2004,20 +1272,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -2028,20 +1287,11 @@
{
"ParameterMetadata": {
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2052,20 +1302,11 @@
{
"ParameterMetadata": {
"Name": "DomainName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -2076,20 +1317,12 @@
{
"ParameterMetadata": {
"Name": "ReplicaSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -2100,20 +1333,11 @@
{
"ParameterMetadata": {
"Name": "DomainConfigurationType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2124,20 +1348,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingNtlmV1",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2148,20 +1363,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncKerberosPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2172,20 +1378,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncNtlmPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2196,20 +1393,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncOnPremPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2220,20 +1408,26 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingTlsV1",
- "AliasList": [],
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Etag",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2244,20 +1438,27 @@
{
"ParameterMetadata": {
"Name": "FilteredSync",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForestTrust",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2268,20 +1469,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingExternalAccess",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2292,20 +1484,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingLdaps",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2315,21 +1498,12 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingPfxCertificate",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificateInputFile",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2340,20 +1514,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingPfxCertificatePassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2363,21 +1528,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingAdditionalRecipient",
- "AliasList": [],
+ "Name": "Location",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2387,21 +1543,13 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyDcAdmin",
- "AliasList": [],
+ "Name": "NotificationSettingAdditionalRecipient",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2411,21 +1559,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyGlobalAdmin",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyDcAdmin",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2435,21 +1574,12 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceForest",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyGlobalAdmin",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2459,21 +1589,12 @@
},
{
"ParameterMetadata": {
- "Name": "ForestTrust",
- "AliasList": [],
+ "Name": "ResourceForest",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2484,20 +1605,11 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2508,20 +1620,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2539,16 +1642,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2559,20 +1654,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2583,20 +1669,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2607,20 +1684,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2631,20 +1700,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2655,20 +1716,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2679,20 +1731,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2703,20 +1746,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2727,20 +1761,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2750,17 +1775,15 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
- "NounName": "AzADDomainServiceForestTrust",
- "Name": "New-AzADDomainServiceForestTrust",
- "ClassName": "New-AzADDomainServiceForestTrust",
+ "NounName": "AzADDomainServiceForestTrustObject",
+ "Name": "New-AzADDomainServiceForestTrustObject",
+ "ClassName": "New-AzADDomainServiceForestTrustObject",
"SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "HasForceSwitch": null,
+ "ConfirmImpact": 0,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -2770,14 +1793,12 @@
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ForestTrust, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TrustPassword": "System.Security.SecureString",
"FriendlyName": "System.String",
"RemoteDnsIP": "System.String",
"TrustDirection": "System.String",
- "TrustPassword": "System.String",
"TrustedDomainFqdn": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "FromJson",
@@ -2835,17 +1856,14 @@
},
{
"Name": "ToJsonString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -2860,15 +1878,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -2880,92 +1895,47 @@
"Parameters": [
{
"Name": "FriendlyName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "RemoteDnsIP",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "TrustDirection",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "TrustPassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "TrustedDomainFqdn",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -2976,20 +1946,11 @@
{
"ParameterMetadata": {
"Name": "FriendlyName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3000,20 +1961,11 @@
{
"ParameterMetadata": {
"Name": "RemoteDnsIP",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3024,20 +1976,11 @@
{
"ParameterMetadata": {
"Name": "TrustDirection",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3048,20 +1991,11 @@
{
"ParameterMetadata": {
"Name": "TrustPassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3072,20 +2006,11 @@
{
"ParameterMetadata": {
"Name": "TrustedDomainFqdn",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3095,17 +2020,15 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
- "NounName": "AzADDomainServiceReplicaSet",
- "Name": "New-AzADDomainServiceReplicaSet",
- "ClassName": "New-AzADDomainServiceReplicaSet",
+ "NounName": "AzADDomainServiceReplicaSetObject",
+ "Name": "New-AzADDomainServiceReplicaSetObject",
+ "ClassName": "New-AzADDomainServiceReplicaSetObject",
"SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "HasForceSwitch": null,
+ "ConfirmImpact": 0,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -3126,8 +2049,6 @@
"VnetSiteId": "System.String",
"DomainControllerIPAddress": "System.String[]"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "FromJson",
@@ -3185,17 +2106,14 @@
},
{
"Name": "ToJsonString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -3210,15 +2128,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -3230,38 +2145,20 @@
"Parameters": [
{
"Name": "Location",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "SubnetId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -3272,20 +2169,11 @@
{
"ParameterMetadata": {
"Name": "Location",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3296,20 +2184,11 @@
{
"ParameterMetadata": {
"Name": "SubnetId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3319,17 +2198,15 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Remove",
"NounName": "AzADDomainService",
"Name": "Remove-AzADDomainService",
"ClassName": "Remove-AzADDomainService",
- "SupportsShouldProcess": false,
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "Delete",
"OutputTypes": [
@@ -3337,12 +2214,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -3358,57 +2230,30 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity",
@@ -3418,15 +2263,8 @@
"Id": "System.String",
"ResourceGroupName": "System.String",
"SubscriptionId": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -3438,178 +2276,91 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -3626,16 +2377,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -3646,20 +2389,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -3670,20 +2404,11 @@
{
"ParameterMetadata": {
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3701,16 +2426,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3721,20 +2438,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3745,20 +2453,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3769,20 +2468,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3793,20 +2484,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3817,20 +2500,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3841,20 +2515,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3865,20 +2530,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3889,20 +2545,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3913,20 +2560,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3942,7 +2580,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity",
@@ -3952,15 +2589,8 @@
"Id": "System.String",
"ResourceGroupName": "System.String",
"SubscriptionId": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -3978,16 +2608,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3998,20 +2620,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4022,20 +2635,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4046,20 +2650,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4070,20 +2666,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4094,20 +2682,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4118,20 +2697,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4142,20 +2712,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4166,20 +2727,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4190,20 +2742,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4226,16 +2769,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4246,20 +2781,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4270,20 +2796,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4294,20 +2811,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4318,20 +2827,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4342,20 +2843,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4366,20 +2858,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4390,20 +2873,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4414,20 +2888,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4438,20 +2903,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4461,17 +2917,15 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Update",
"NounName": "AzADDomainService",
"Name": "Update-AzADDomainService",
"ClassName": "Update-AzADDomainService",
- "SupportsShouldProcess": false,
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "UpdateExpanded",
"OutputTypes": [
@@ -4483,6 +2937,7 @@
"Properties": {
"PropertiesResourceForestSettingsSettings": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
"ReplicaSet": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
+ "LdapSettingPfxCertificate": "System.Byte[]",
"LdapSettingExternalAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess]",
"FilteredSync": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync]",
"LdapSettingLdap": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps]",
@@ -4496,27 +2951,22 @@
"LdapSettingCertificateNotAfter": "System.Nullable`1[System.DateTime]",
"MigrationProgressCompletionPercentage": "System.Nullable`1[System.Double]",
"Version": "System.Nullable`1[System.Int32]",
+ "LdapSettingPfxCertificatePassword": "System.Security.SecureString",
"Sku": "System.String",
"ProvisioningState": "System.String",
"SyncOwner": "System.String",
"ResourceForestSettingResourceForest": "System.String",
"LdapSettingPublicCertificate": "System.String",
+ "MigrationPropertyOldVnetSiteId": "System.String",
"MigrationPropertyOldSubnetId": "System.String",
"MigrationProgressMessage": "System.String",
"TenantId": "System.String",
- "LdapSettingPfxCertificatePassword": "System.String",
- "LdapSettingPfxCertificate": "System.String",
"LdapSettingCertificateThumbprint": "System.String",
"DomainName": "System.String",
"DomainConfigurationType": "System.String",
- "MigrationPropertyOldVnetSiteId": "System.String",
"DeploymentId": "System.String",
"NotificationSettingAdditionalRecipient": "System.String[]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"ParameterSets": [
"__AllParameterSets"
@@ -4532,57 +2982,30 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity",
@@ -4592,357 +3015,209 @@
"Id": "System.String",
"ResourceGroupName": "System.String",
"SubscriptionId": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainConfigurationType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DomainSecuritySettingNtlmV1",
- "AliasList": [],
+ "Name": "DomainName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DomainSecuritySettingNtlmV1",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingSyncKerberosPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingSyncNtlmPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingSyncOnPremPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "DomainSecuritySettingTlsV1",
- "AliasList": [],
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Etag",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "FilteredSync",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ForestTrust",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "LdapSettingExternalAccess",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "LdapSettingLdaps",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
- "Name": "LdapSettingPfxCertificate",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificateInputFile",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "LdapSettingPfxCertificatePassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NotificationSettingAdditionalRecipient",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NotificationSettingNotifyDcAdmin",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NotificationSettingNotifyGlobalAdmin",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ReplicaSet",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceForest",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
- },
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ForestTrust",
- "AliasList": [],
- "Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -4954,160 +3229,82 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -5124,16 +3321,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -5144,20 +3333,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -5168,20 +3348,11 @@
{
"ParameterMetadata": {
"Name": "SubscriptionId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5192,20 +3363,11 @@
{
"ParameterMetadata": {
"Name": "DomainConfigurationType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5215,21 +3377,12 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingNtlmV1",
- "AliasList": [],
+ "Name": "DomainName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5239,21 +3392,12 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingSyncKerberosPassword",
- "AliasList": [],
+ "Name": "DomainSecuritySettingNtlmV1",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5263,21 +3407,12 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingSyncNtlmPassword",
- "AliasList": [],
+ "Name": "DomainSecuritySettingSyncKerberosPassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5287,21 +3422,12 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingSyncOnPremPassword",
- "AliasList": [],
+ "Name": "DomainSecuritySettingSyncNtlmPassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5311,21 +3437,12 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingTlsV1",
- "AliasList": [],
+ "Name": "DomainSecuritySettingSyncOnPremPassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5335,21 +3452,12 @@
},
{
"ParameterMetadata": {
- "Name": "FilteredSync",
- "AliasList": [],
+ "Name": "DomainSecuritySettingTlsV1",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5359,21 +3467,12 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingExternalAccess",
- "AliasList": [],
+ "Name": "Etag",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5383,21 +3482,12 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingLdaps",
- "AliasList": [],
+ "Name": "FilteredSync",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5407,21 +3497,13 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingPfxCertificate",
- "AliasList": [],
+ "Name": "ForestTrust",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5431,21 +3513,12 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingPfxCertificatePassword",
- "AliasList": [],
+ "Name": "LdapSettingExternalAccess",
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5455,21 +3528,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingAdditionalRecipient",
- "AliasList": [],
+ "Name": "LdapSettingLdaps",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5479,21 +3543,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyDcAdmin",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificateInputFile",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5503,21 +3558,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyGlobalAdmin",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificatePassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5527,21 +3573,12 @@
},
{
"ParameterMetadata": {
- "Name": "ReplicaSet",
- "AliasList": [],
+ "Name": "Location",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5551,21 +3588,13 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceForest",
- "AliasList": [],
+ "Name": "NotificationSettingAdditionalRecipient",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5575,21 +3604,58 @@
},
{
"ParameterMetadata": {
- "Name": "ForestTrust",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyDcAdmin",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NotificationSettingNotifyGlobalAdmin",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ReplicaSet",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceForest",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5600,20 +3666,11 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5624,20 +3681,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5655,16 +3703,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5675,20 +3715,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5699,20 +3730,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5723,20 +3745,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5747,20 +3761,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5771,20 +3777,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5795,20 +3792,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5819,20 +3807,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5843,20 +3822,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5872,7 +3842,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity",
@@ -5882,15 +3851,8 @@
"Id": "System.String",
"ResourceGroupName": "System.String",
"SubscriptionId": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -5901,20 +3863,11 @@
{
"ParameterMetadata": {
"Name": "DomainConfigurationType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5924,21 +3877,27 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingNtlmV1",
- "AliasList": [],
+ "Name": "DomainName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DomainSecuritySettingNtlmV1",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5949,20 +3908,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncKerberosPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5973,20 +3923,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncNtlmPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5997,20 +3938,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncOnPremPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6021,20 +3953,26 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingTlsV1",
- "AliasList": [],
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Etag",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6045,20 +3983,27 @@
{
"ParameterMetadata": {
"Name": "FilteredSync",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForestTrust",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6069,20 +4014,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingExternalAccess",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6093,20 +4029,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingLdaps",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6116,21 +4043,12 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingPfxCertificate",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificateInputFile",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6141,20 +4059,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingPfxCertificatePassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6164,21 +4073,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingAdditionalRecipient",
- "AliasList": [],
+ "Name": "Location",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6188,21 +4088,13 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyDcAdmin",
- "AliasList": [],
+ "Name": "NotificationSettingAdditionalRecipient",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6212,21 +4104,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyGlobalAdmin",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyDcAdmin",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6236,21 +4119,12 @@
},
{
"ParameterMetadata": {
- "Name": "ReplicaSet",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyGlobalAdmin",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6260,21 +4134,13 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceForest",
- "AliasList": [],
+ "Name": "ReplicaSet",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6284,21 +4150,12 @@
},
{
"ParameterMetadata": {
- "Name": "ForestTrust",
- "AliasList": [],
+ "Name": "ResourceForest",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6309,20 +4166,11 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6333,20 +4181,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6364,16 +4203,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6384,20 +4215,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6408,20 +4230,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6432,20 +4245,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6456,20 +4261,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6480,20 +4277,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6504,20 +4292,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6528,20 +4307,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6552,20 +4322,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6581,20 +4342,11 @@
{
"ParameterMetadata": {
"Name": "DomainConfigurationType",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6604,21 +4356,27 @@
},
{
"ParameterMetadata": {
- "Name": "DomainSecuritySettingNtlmV1",
- "AliasList": [],
+ "Name": "DomainName",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DomainSecuritySettingNtlmV1",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6629,20 +4387,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncKerberosPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6653,20 +4402,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncNtlmPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6677,20 +4417,11 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingSyncOnPremPassword",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6701,20 +4432,26 @@
{
"ParameterMetadata": {
"Name": "DomainSecuritySettingTlsV1",
- "AliasList": [],
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Etag",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6725,20 +4462,27 @@
{
"ParameterMetadata": {
"Name": "FilteredSync",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForestTrust",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6749,20 +4493,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingExternalAccess",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6773,20 +4508,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingLdaps",
- "AliasList": [],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6796,21 +4522,12 @@
},
{
"ParameterMetadata": {
- "Name": "LdapSettingPfxCertificate",
- "AliasList": [],
+ "Name": "LdapSettingPfxCertificateInputFile",
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6821,20 +4538,11 @@
{
"ParameterMetadata": {
"Name": "LdapSettingPfxCertificatePassword",
- "AliasList": [],
"Type": {
"Namespace": "System.Security",
"Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6844,21 +4552,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingAdditionalRecipient",
- "AliasList": [],
+ "Name": "Location",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6868,21 +4567,13 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyDcAdmin",
- "AliasList": [],
+ "Name": "NotificationSettingAdditionalRecipient",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6892,21 +4583,12 @@
},
{
"ParameterMetadata": {
- "Name": "NotificationSettingNotifyGlobalAdmin",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyDcAdmin",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6916,21 +4598,12 @@
},
{
"ParameterMetadata": {
- "Name": "ReplicaSet",
- "AliasList": [],
+ "Name": "NotificationSettingNotifyGlobalAdmin",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6940,21 +4613,13 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceForest",
- "AliasList": [],
+ "Name": "ReplicaSet",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6964,21 +4629,12 @@
},
{
"ParameterMetadata": {
- "Name": "ForestTrust",
- "AliasList": [],
+ "Name": "ResourceForest",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6989,20 +4645,11 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7013,20 +4660,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7044,16 +4682,8 @@
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSObject",
- "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7064,20 +4694,11 @@
{
"ParameterMetadata": {
"Name": "AsJob",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7088,20 +4709,11 @@
{
"ParameterMetadata": {
"Name": "Break",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7112,20 +4724,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelineAppend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7136,20 +4740,12 @@
{
"ParameterMetadata": {
"Name": "HttpPipelinePrepend",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7160,20 +4756,11 @@
{
"ParameterMetadata": {
"Name": "NoWait",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7184,20 +4771,11 @@
{
"ParameterMetadata": {
"Name": "Proxy",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.Uri",
- "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7208,20 +4786,11 @@
{
"ParameterMetadata": {
"Name": "ProxyCredential",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.PSCredential",
- "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7232,20 +4801,11 @@
{
"ParameterMetadata": {
"Name": "ProxyUseDefaultCredentials",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -7255,186 +4815,80 @@
}
]
}
- ],
- "AliasList": []
+ ]
}
],
"TypeDictionary": {
"System.String": {
- "Namespace": null,
- "Name": "System.String",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String"
},
"System.Boolean": {
- "Namespace": null,
- "Name": "System.Boolean",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Boolean"
},
"System.Byte": {
- "Namespace": null,
- "Name": "System.Byte",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Byte"
},
"System.SByte": {
- "Namespace": null,
- "Name": "System.SByte",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.SByte"
},
"System.Int16": {
- "Namespace": null,
- "Name": "System.Int16",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int16"
},
"System.UInt16": {
- "Namespace": null,
- "Name": "System.UInt16",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt16"
},
"System.Int32": {
- "Namespace": null,
- "Name": "System.Int32",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int32"
},
"System.UInt32": {
- "Namespace": null,
- "Name": "System.UInt32",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt32"
},
"System.Int64": {
- "Namespace": null,
- "Name": "System.Int64",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int64"
},
"System.UInt64": {
- "Namespace": null,
- "Name": "System.UInt64",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt64"
},
"System.Single": {
- "Namespace": null,
- "Name": "System.Single",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Single"
},
"System.Double": {
- "Namespace": null,
- "Name": "System.Double",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Double"
},
"System.Decimal": {
- "Namespace": null,
- "Name": "System.Decimal",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Decimal"
},
"System.Char": {
- "Namespace": null,
- "Name": "System.Char",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Char"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IForestTrust, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TrustPassword": "System.Security.SecureString",
"FriendlyName": "System.String",
"RemoteDnsIP": "System.String",
"TrustDirection": "System.String",
- "TrustPassword": "System.String",
"TrustedDomainFqdn": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
+ },
+ "System.Security.SecureString": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
@@ -7451,21 +4905,13 @@
"SubnetId": "System.String",
"VnetSiteId": "System.String",
"DomainControllerIPAddress": "System.String[]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthAlert": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
@@ -7479,43 +4925,26 @@
"Name": "System.String",
"ResolutionUri": "System.String",
"Severity": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"System.Nullable`1[System.DateTime]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.DateTime"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.DateTime": {
"Namespace": "System",
"Name": "System.DateTime",
- "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthMonitor[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthMonitor[]",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthMonitor[], Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthMonitor",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthMonitor"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IHealthMonitor": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001",
@@ -7525,41 +4954,32 @@
"Detail": "System.String",
"Id": "System.String",
"Name": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"System.String[]": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "System.Byte[]": {
+ "Namespace": "System",
+ "Name": "System.Byte[]",
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Byte"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.ExternalAccess, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -7609,73 +5029,48 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Management.Automation.CompletionResult"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Management.Automation.CompletionResult": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.CompletionResult",
- "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.CompletionResult, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -7725,41 +5120,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.Ldaps, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -7809,41 +5193,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -7893,41 +5266,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -7977,41 +5339,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -8061,41 +5412,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -8145,41 +5485,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -8229,41 +5558,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -8313,41 +5631,30 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1",
"AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1, Az.ADDomainServices.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CompleteArgument",
@@ -8397,45 +5704,33 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
}
- ],
- "Constructors": []
+ ]
},
"System.Nullable`1[System.Double]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Double]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Double, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Double"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Nullable`1[System.Int32]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Int32"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime",
@@ -8445,8 +5740,6 @@
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Invoke",
@@ -8528,17 +5821,14 @@
},
{
"Name": "GetInvocationList",
- "Parameters": [],
"ReturnType": "System.Delegate[]"
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "Clone",
- "Parameters": [],
"ReturnType": "System.Object"
},
{
@@ -8553,12 +5843,10 @@
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
}
],
@@ -8574,92 +5862,53 @@
"Name": "method",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
"System.Object": {
"Namespace": "System",
"Name": "System.Object",
- "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Reflection.MethodInfo": {
"Namespace": "System.Reflection",
"Name": "System.Reflection.MethodInfo",
- "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Reflection.MethodInfo, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]": {
"Namespace": "System.Threading.Tasks",
"Name": "System.Threading.Tasks.Task`1[System.Net.Http.HttpResponseMessage]",
- "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Net.Http.HttpResponseMessage"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Net.Http.HttpResponseMessage": {
"Namespace": "System.Net.Http",
"Name": "System.Net.Http.HttpResponseMessage",
- "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Net.Http.HttpResponseMessage, System.Net.Http, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
},
"System.IAsyncResult": {
"Namespace": "System",
"Name": "System.IAsyncResult",
- "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Delegate[]": {
"Namespace": "System",
"Name": "System.Delegate[]",
- "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.Delegate",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Delegate[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Delegate"
},
"System.Delegate": {
"Namespace": "System",
"Name": "System.Delegate",
- "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Json",
@@ -8668,17 +5917,13 @@
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Json.JsonNode"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -8693,11 +5938,9 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
- ],
- "Constructors": []
+ ]
}
}
-}
+}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
index c265b6dc24fd..bb3c2bcae1cc 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Accounts.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Accounts",
- "ModuleVersion": "2.8.0",
+ "ModuleVersion": "2.9.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -469,7 +469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1023,7 +1023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1323,7 +1323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1399,7 +1399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1445,7 +1445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1926,7 +1926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1991,7 +1991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2084,7 +2084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2164,7 +2164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2240,7 +2240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2583,7 +2583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2717,7 +2717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2929,7 +2929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3126,7 +3126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3368,7 +3368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3580,7 +3580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3819,7 +3819,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4036,7 +4036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4290,7 +4290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4506,7 +4506,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4563,7 +4563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -4613,7 +4613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4648,7 +4648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5101,7 +5101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5155,7 +5155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5235,7 +5235,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5306,7 +5306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5377,7 +5377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5438,7 +5438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5484,7 +5484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5541,7 +5541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -5591,7 +5591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5626,7 +5626,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5905,6 +5905,155 @@
}
]
},
+ {
+ "VerbName": "Export",
+ "NounName": "AzConfig",
+ "Name": "Export-AzConfig",
+ "ClassName": "Microsoft.Azure.Commands.Common.Authentication.Config.ExportConfigCommand",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Path",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Path",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
{
"VerbName": "Get",
"NounName": "AzAccessToken",
@@ -5919,7 +6068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSAccessToken, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpiresOn": "System.DateTimeOffset",
"Token": "System.String",
@@ -6204,7 +6353,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=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -6712,7 +6861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication",
"Name": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.ContextAutosaveSettings, Microsoft.Azure.PowerShell.Authentication, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Settings": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Mode": "System.String",
@@ -6762,7 +6911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6797,7 +6946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6850,7 +6999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -7712,6 +7861,131 @@
"Get-AzDomain"
]
},
+ {
+ "VerbName": "Import",
+ "NounName": "AzConfig",
+ "Name": "Import-AzConfig",
+ "ClassName": "Microsoft.Azure.Commands.Common.Authentication.Config.ImportConfigCommand",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "Path",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Path",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
{
"VerbName": "Import",
"NounName": "AzContext",
@@ -7805,7 +8079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7870,7 +8144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7931,7 +8205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7977,7 +8251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8030,7 +8304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSHttpResponse, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Int32",
"Headers": "System.Net.Http.Headers.HttpResponseHeaders",
@@ -8729,7 +9003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common",
"Name": "Microsoft.Azure.Commands.Common.VTable",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProfileName": "System.String"
},
@@ -8890,7 +9164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8989,7 +9263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9065,7 +9339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9156,7 +9430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9314,7 +9588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9364,7 +9638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9524,7 +9798,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9632,7 +9906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9723,7 +9997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9829,7 +10103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9897,7 +10171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorCategory": "System.Management.Automation.ErrorCategoryInfo",
"ErrorDetails": "System.Management.Automation.ErrorDetails",
@@ -9948,7 +10222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InnerException": "System.Boolean",
"Exception": "System.Exception",
@@ -10012,7 +10286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo",
"ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo",
@@ -10577,7 +10851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10646,7 +10920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10692,7 +10966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10753,7 +11027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11075,7 +11349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11184,7 +11458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11307,7 +11581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11432,7 +11706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11565,7 +11839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11679,7 +11953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11774,7 +12048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11830,7 +12104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Models",
"Name": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -11897,7 +12171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11962,7 +12236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12023,7 +12297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12511,7 +12785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12719,7 +12993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13284,7 +13558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13584,7 +13858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Profile.Common",
"Name": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13738,7 +14012,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=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSConfig, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.PowerShell.Common.Config.ConfigScope",
"Value": "System.Object",
@@ -14543,7 +14817,7 @@
"Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"Verb": "System.String",
@@ -14620,7 +14894,7 @@
"Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo": {
"Namespace": "Microsoft.Azure.Commands.Profile.Errors",
"Name": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.7.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=2.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]",
"ResponseStatusCode": "System.String",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Aks.json b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json
index 1ee4e49b28f7..4d7028d14171 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Aks.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Aks.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Aks",
- "ModuleVersion": "4.1.0",
+ "ModuleVersion": "4.2.0",
"Cmdlets": [
{
"VerbName": "Disable",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -25,6 +25,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37,12 +38,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
},
"Methods": [
{
@@ -157,7 +158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -166,6 +167,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -178,12 +180,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -330,7 +332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -339,6 +341,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -351,12 +354,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -503,7 +506,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -512,6 +515,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -524,12 +528,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
},
"Methods": [
{
@@ -662,7 +666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -671,6 +675,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -683,12 +688,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -957,7 +962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -966,6 +971,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -978,12 +984,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -1098,7 +1104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -1107,6 +1113,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1119,12 +1126,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
},
"Methods": [
{
@@ -1540,7 +1547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -1616,7 +1623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -1625,6 +1632,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1637,12 +1645,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -1778,7 +1786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -1787,6 +1795,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1799,12 +1808,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -2038,7 +2047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -2047,6 +2056,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2059,12 +2069,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -2175,7 +2185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -2184,6 +2194,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2196,12 +2207,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -2941,7 +2952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartedAt": "System.Nullable`1[System.DateTime]",
"FinishedAt": "System.Nullable`1[System.DateTime]",
@@ -2992,7 +3003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -3001,6 +3012,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3013,12 +3025,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -3072,6 +3084,15 @@
},
"ValidateNotNullOrEmpty": true
},
+ {
+ "Name": "CommandContextAttachmentZip",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
{
"Name": "AsJob",
"Type": {
@@ -3130,7 +3151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -3139,6 +3160,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3151,12 +3173,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -3197,6 +3219,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "CommandContextAttachmentZip",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -3322,6 +3359,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "CommandContextAttachmentZip",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -3459,6 +3511,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "CommandContextAttachmentZip",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -3566,6 +3633,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "CommandContextAttachmentZip",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -3655,7 +3737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -3664,6 +3746,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3676,12 +3759,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
},
"Methods": [
{
@@ -3999,6 +4082,16 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ResourceGroupName",
"Type": {
@@ -4264,6 +4357,24 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -4674,6 +4785,22 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Location",
@@ -5062,6 +5189,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5529,6 +5686,22 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AvailabilityZone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Location",
@@ -5917,6 +6090,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5976,7 +6179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -6067,7 +6270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -6076,6 +6279,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6088,12 +6292,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -6654,7 +6858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -6663,6 +6867,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6675,12 +6880,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -7320,7 +7525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -7329,6 +7534,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7341,12 +7547,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -7448,7 +7654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -7457,6 +7663,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7469,12 +7676,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -7922,7 +8129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -7992,7 +8199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -8001,6 +8208,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8013,12 +8221,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -8090,7 +8298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -8478,7 +8686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -8487,6 +8695,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8499,12 +8708,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -8709,7 +8918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -8718,6 +8927,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8730,12 +8940,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
},
"Methods": [
{
@@ -8832,7 +9042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -8841,6 +9051,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8853,12 +9064,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -9176,6 +9387,24 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -9216,7 +9445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -9225,6 +9454,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9237,12 +9467,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -9700,6 +9930,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -10194,6 +10454,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -10706,6 +10996,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11245,6 +11565,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableManagedIdentity",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AssignIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11317,7 +11667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -11326,6 +11676,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11338,12 +11689,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -11454,7 +11805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -11463,6 +11814,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11475,12 +11827,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -11960,7 +12312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks",
"Name": "Microsoft.Azure.Commands.Aks.KubeTunnelJob",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.KubeTunnelJob, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HasMoreData": "System.Boolean",
"ChildJobs": "System.Collections.Generic.IList`1[System.Management.Automation.Job]",
@@ -12152,7 +12504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -12161,6 +12513,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12173,12 +12526,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -12280,7 +12633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -12289,6 +12642,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12301,12 +12655,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -12866,7 +13220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -12957,7 +13311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -12966,6 +13320,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12978,12 +13333,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -12993,7 +13348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -13040,6 +13395,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "AsJob",
"Type": {
@@ -13188,6 +13552,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -13345,7 +13724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
"NetworkProfile": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
@@ -13354,6 +13733,7 @@
"ApiServerAccessProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
"Identity": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
"WindowsProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
+ "PowerState": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
"AddonProfiles": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
"IdentityProfile": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13366,12 +13746,12 @@
"Fqdn": "System.String",
"DnsPrefix": "System.String",
"KubernetesVersion": "System.String",
+ "ProvisioningState": "System.String",
"ResourceGroupName": "System.String",
"Id": "System.String",
"Name": "System.String",
"Type": "System.String",
- "NodeResourceGroup": "System.String",
- "ProvisioningState": "System.String"
+ "NodeResourceGroup": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -13396,6 +13776,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -13538,7 +13933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSNodePool",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSNodePool, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
"AvailabilityZones": "System.Collections.Generic.IList`1[System.String]",
@@ -13584,6 +13979,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -13753,6 +14163,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -13904,6 +14329,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "NodeImageOnly",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -14053,7 +14493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfile, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]",
"OSType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType",
@@ -14115,7 +14555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -14156,7 +14596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14166,7 +14606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14307,7 +14747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14323,7 +14763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14389,7 +14829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -14448,7 +14888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14464,7 +14904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14564,7 +15004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14580,7 +15020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14653,7 +15093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterUpgradeProfile, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolProfile": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[]",
"ControlPlaneProfileUpgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]",
@@ -14707,7 +15147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -14748,7 +15188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14758,7 +15198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14884,7 +15324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14900,7 +15340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14966,7 +15406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -15025,7 +15465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15041,7 +15481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15141,7 +15581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15157,7 +15597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15230,7 +15670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Orchestrator": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[]",
"Id": "System.String",
@@ -15290,7 +15730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15300,7 +15740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15408,7 +15848,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15424,7 +15864,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15540,7 +15980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -15590,7 +16030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15600,7 +16040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15758,7 +16198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15774,7 +16214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15870,7 +16310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -15944,7 +16384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15960,7 +16400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16105,7 +16545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16121,7 +16561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16267,7 +16707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -16317,7 +16757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16327,7 +16767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16485,7 +16925,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16501,7 +16941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16597,7 +17037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAksIdentity, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AgentPoolName": "System.String",
"Id": "System.String",
@@ -16671,7 +17111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16687,7 +17127,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16832,7 +17272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16848,7 +17288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -16984,7 +17424,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ssh": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration",
"AdminUsername": "System.String"
@@ -17035,7 +17475,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]"
},
@@ -17081,7 +17521,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey"
]
@@ -17089,7 +17529,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceSshPublicKey, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyData": "System.String"
},
@@ -17140,7 +17580,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancerProfile": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile",
"NetworkPlugin": "System.String",
@@ -17184,7 +17624,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedOutboundIPs": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs",
"OutboundIPPrefixes": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes",
@@ -17224,7 +17664,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileManagedOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Int32]"
},
@@ -17278,7 +17718,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPPrefixes, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPPrefixes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]"
},
@@ -17315,7 +17755,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Aks.Models.PSResourceReference"
]
@@ -17323,7 +17763,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSResourceReference": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceReference, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -17360,7 +17800,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterLoadBalancerProfileOutboundIPs, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSResourceReference]"
},
@@ -17397,7 +17837,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"Secret": "System.String"
@@ -17448,7 +17888,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAadProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAppID": "System.String",
"ServerAppID": "System.String",
@@ -17488,7 +17928,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAPIServerAccessProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizedIPRanges": "System.Collections.Generic.IList`1[System.String]",
"EnablePrivateCluster": "System.Nullable`1[System.Boolean]"
@@ -17542,7 +17982,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentity, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]",
"Type": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]",
@@ -17582,7 +18022,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue"
@@ -17591,7 +18031,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -17629,7 +18069,7 @@
"System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType"
]
@@ -17637,7 +18077,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSResourceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -17729,7 +18169,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdminUsername": "System.String",
"AdminPassword": "System.String"
@@ -17764,10 +18204,47 @@
}
]
},
+ "Microsoft.Azure.Commands.Aks.Models.PSPowerState": {
+ "Namespace": "Microsoft.Azure.Commands.Aks.Models",
+ "Name": "Microsoft.Azure.Commands.Aks.Models.PSPowerState",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSPowerState, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Code": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile"
@@ -17776,7 +18253,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"Config": "System.Collections.Generic.IDictionary`2[System.String,System.String]"
@@ -17823,7 +18300,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile"
@@ -17832,7 +18309,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSManagedClusterPropertiesIdentityProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String",
"ClientId": "System.String",
@@ -17885,7 +18362,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile"
]
@@ -17893,7 +18370,7 @@
"Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile": {
"Namespace": "Microsoft.Azure.Commands.Aks.Models",
"Name": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Aks.Models.PSContainerServiceAgentPoolProfile, Microsoft.Azure.PowerShell.Cmdlets.Aks, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ports": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]",
"NodeTaints": "System.Collections.Generic.IList`1[System.String]",
@@ -18226,13 +18703,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem"
},
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfilePropertiesUpgradesItem, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPreview": "System.Nullable`1[System.Boolean]",
"KubernetesVersion": "System.String"
@@ -18241,7 +18718,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -18319,7 +18796,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.SendAsyncStep, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -18492,13 +18969,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile"
},
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfile, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]",
"OSType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType",
@@ -18509,13 +18986,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem"
},
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterPoolUpgradeProfileUpgradesItem, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPreview": "System.Nullable`1[System.Boolean]",
"KubernetesVersion": "System.String"
@@ -18524,13 +19001,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile"
},
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfile, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Upgrade": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[]",
"Default": "System.Nullable`1[System.Boolean]",
@@ -18542,13 +19019,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[], Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile[], Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile"
},
"Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile, Az.Aks.private, Version=3.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorProfile, Az.Aks.private, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPreview": "System.Nullable`1[System.Boolean]",
"OrchestratorType": "System.String",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ApplicationInsights.json b/tools/Tools.Common/SerializedCmdlets/Az.ApplicationInsights.json
index cddea7977788..c0d349e52b8f 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ApplicationInsights.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ApplicationInsights.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.ApplicationInsights",
- "ModuleVersion": "2.0.0",
+ "ModuleVersion": "2.1.0",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkScopedResource": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[]",
"ApplicationType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType]",
@@ -55,7 +55,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.PSApplicationInsightsComponentWithPricingPlan, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StopSendNotificationWhenHitCap": "System.Boolean",
"IsCapped": "System.Boolean",
@@ -183,7 +183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -241,7 +241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -251,7 +251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -398,7 +398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -414,7 +414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -545,7 +545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -561,7 +561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -677,7 +677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -693,7 +693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -828,7 +828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -844,7 +844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -910,7 +910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -972,7 +972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -988,7 +988,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1088,7 +1088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1104,7 +1104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1177,7 +1177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApiKey": "System.String",
"CreatedDate": "System.String",
@@ -1239,7 +1239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -1283,7 +1283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1293,7 +1293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1435,7 +1435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1451,7 +1451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1601,7 +1601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1617,7 +1617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1683,7 +1683,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -1745,7 +1745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1761,7 +1761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1861,7 +1861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1877,7 +1877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1950,7 +1950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationName": "System.String",
"ResourceGroup": "System.String",
@@ -2025,7 +2025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -2069,7 +2069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2079,7 +2079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2221,7 +2221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2237,7 +2237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2387,7 +2387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2403,7 +2403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2469,7 +2469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -2531,7 +2531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2547,7 +2547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2647,7 +2647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2663,7 +2663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2736,7 +2736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedStorageAccount": "System.String"
}
@@ -2784,7 +2784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -2828,7 +2828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2838,7 +2838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2965,7 +2965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2981,7 +2981,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3047,7 +3047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -3109,7 +3109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3125,7 +3125,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3225,7 +3225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3241,7 +3241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3314,7 +3314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestHeader": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]",
"PropertiesLocations": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
@@ -3385,7 +3385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -3438,7 +3438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3448,7 +3448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3574,7 +3574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3590,7 +3590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3736,7 +3736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3752,7 +3752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3883,7 +3883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3899,7 +3899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4015,7 +4015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4031,7 +4031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4097,7 +4097,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -4159,7 +4159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4175,7 +4175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4275,7 +4275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4291,7 +4291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4364,7 +4364,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkScopedResource": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[]",
"ApplicationType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType]",
@@ -4458,7 +4458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4494,7 +4494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4530,7 +4530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4539,7 +4539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4548,7 +4548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4557,7 +4557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4627,7 +4627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4637,7 +4637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4762,7 +4762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4822,7 +4822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4882,7 +4882,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4897,7 +4897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4912,7 +4912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4927,7 +4927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -5039,7 +5039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5055,7 +5055,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5128,7 +5128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApiKey": "System.String",
"CreatedDate": "System.String",
@@ -5221,7 +5221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5231,7 +5231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5388,7 +5388,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5404,7 +5404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5477,7 +5477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationName": "System.String",
"ResourceGroup": "System.String",
@@ -5565,7 +5565,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DocumentType ",
+ "Name": "DocumentType",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -5628,7 +5628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5638,7 +5638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5771,7 +5771,7 @@
},
{
"ParameterMetadata": {
- "Name": "DocumentType ",
+ "Name": "DocumentType",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -5870,7 +5870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5886,7 +5886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5959,7 +5959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedStorageAccount": "System.String"
}
@@ -6037,7 +6037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6047,7 +6047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6188,7 +6188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6204,7 +6204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6277,7 +6277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestHeader": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]",
"PropertiesLocations": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
@@ -6410,7 +6410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation"
},
"ValidateNotNullOrEmpty": false
@@ -6420,7 +6420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6447,7 +6447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField"
},
"ValidateNotNullOrEmpty": false
@@ -6587,7 +6587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6597,7 +6597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6763,7 +6763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation"
},
"ValidateNotNullOrEmpty": false
@@ -6779,7 +6779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6933,7 +6933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6949,7 +6949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7075,7 +7075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField"
},
"ValidateNotNullOrEmpty": false
@@ -7274,7 +7274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation"
},
"ValidateNotNullOrEmpty": false
@@ -7290,7 +7290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7444,7 +7444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7460,7 +7460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7664,7 +7664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation"
},
"ValidateNotNullOrEmpty": false
@@ -7680,7 +7680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7834,7 +7834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7850,7 +7850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7923,7 +7923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.WebTestGeolocation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.WebTestGeolocation, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.WebTestGeolocation, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String"
},
@@ -8068,7 +8068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.HeaderField",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.HeaderField, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.HeaderField, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -8282,7 +8282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -8326,7 +8326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8336,7 +8336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8471,7 +8471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8487,7 +8487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8568,7 +8568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -8630,7 +8630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8646,7 +8646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8761,7 +8761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8777,7 +8777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8865,7 +8865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApiKey": "System.String",
"CreatedDate": "System.String",
@@ -8926,7 +8926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -8970,7 +8970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8980,7 +8980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9121,7 +9121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9137,7 +9137,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9203,7 +9203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -9265,7 +9265,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9281,7 +9281,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9381,7 +9381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9397,7 +9397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9470,7 +9470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationName": "System.String",
"ResourceGroup": "System.String",
@@ -9544,7 +9544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -9588,7 +9588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9598,7 +9598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9739,7 +9739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9755,7 +9755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9821,7 +9821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -9883,7 +9883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9899,7 +9899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9999,7 +9999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10015,7 +10015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10132,7 +10132,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -10176,7 +10176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10186,7 +10186,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10321,7 +10321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10337,7 +10337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10418,7 +10418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -10480,7 +10480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10496,7 +10496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10611,7 +10611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10627,7 +10627,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10758,7 +10758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -10802,7 +10802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10812,7 +10812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10946,7 +10946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10962,7 +10962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11043,7 +11043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -11105,7 +11105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11121,7 +11121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11236,7 +11236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11252,7 +11252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11340,7 +11340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentExportConfiguration, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationName": "System.String",
"ResourceGroup": "System.String",
@@ -11437,7 +11437,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "DocumentType ",
+ "Name": "DocumentType",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -11509,7 +11509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11519,7 +11519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11667,7 +11667,7 @@
},
{
"ParameterMetadata": {
- "Name": "DocumentType ",
+ "Name": "DocumentType",
"Type": {
"Namespace": "System",
"Name": "System.String[]",
@@ -11781,7 +11781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11797,7 +11797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11870,7 +11870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataVolumeCapStopSendNotificationWhenHitCap": "System.Nullable`1[System.Boolean]",
"DataVolumeCapStopSendNotificationWhenHitThreshold": "System.Nullable`1[System.Boolean]",
@@ -11963,7 +11963,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11973,7 +11973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12129,7 +12129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12145,7 +12145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12218,7 +12218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentBillingFeatures, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataVolumeCapStopSendNotificationWhenHitCap": "System.Nullable`1[System.Boolean]",
"DataVolumeCapStopSendNotificationWhenHitThreshold": "System.Nullable`1[System.Boolean]",
@@ -12320,7 +12320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12330,7 +12330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12501,7 +12501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12517,7 +12517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12590,7 +12590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponent, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkScopedResource": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[]",
"ApplicationType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType]",
@@ -12663,7 +12663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12699,7 +12699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12735,7 +12735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12744,7 +12744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12753,7 +12753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12762,7 +12762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12832,7 +12832,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12842,7 +12842,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12934,7 +12934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12994,7 +12994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13054,7 +13054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13069,7 +13069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13084,7 +13084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13099,7 +13099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13211,7 +13211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13227,7 +13227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13300,7 +13300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IComponentLinkedStorageAccounts, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedStorageAccount": "System.String"
}
@@ -13347,7 +13347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -13400,7 +13400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13410,7 +13410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13551,7 +13551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13567,7 +13567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13633,7 +13633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -13710,7 +13710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13726,7 +13726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13841,7 +13841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13857,7 +13857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13930,7 +13930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTest, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestHeader": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]",
"PropertiesLocations": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
@@ -13997,7 +13997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -14050,7 +14050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14060,7 +14060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14197,7 +14197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14213,7 +14213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14279,7 +14279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IApplicationInsightsIdentity, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
"AnnotationId": "System.String",
@@ -14356,7 +14356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14372,7 +14372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14487,7 +14487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14503,7 +14503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14609,13 +14609,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource"
},
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceId": "System.String",
"ScopeId": "System.String"
@@ -14624,7 +14624,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType"
]
@@ -14632,7 +14632,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -14715,7 +14715,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType"
]
@@ -14723,7 +14723,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.FlowType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -14788,7 +14788,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode"
]
@@ -14796,7 +14796,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.IngestionMode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -14861,7 +14861,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType"
]
@@ -14869,7 +14869,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -14934,7 +14934,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource"
]
@@ -14942,7 +14942,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.RequestSource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15053,7 +15053,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IPrivateLinkScopedResource"
]
@@ -15061,7 +15061,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType"
]
@@ -15069,7 +15069,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15134,7 +15134,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.SendAsyncStep, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -15318,13 +15318,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField"
},
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IHeaderField, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -15333,13 +15333,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation[], Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation"
},
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20180501Preview.IWebTestGeolocation, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String"
}
@@ -15347,7 +15347,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind"
]
@@ -15355,7 +15355,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKind, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15420,7 +15420,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum"
]
@@ -15428,7 +15428,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.WebTestKindEnum, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15493,7 +15493,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json.JsonNode, Az.ApplicationInsights.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json.JsonNode, Az.ApplicationInsights.private, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Json.JsonNode"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.BotService.json b/tools/Tools.Common/SerializedCmdlets/Az.BotService.json
index 50a986f28dce..ebca4583e8ca 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.BotService.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.BotService.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.BotService",
- "ModuleVersion": "0.3.2",
+ "ModuleVersion": "0.4.0",
"Cmdlets": [
{
"VerbName": "Export",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"DeveloperAppInsightKey": "System.String",
@@ -106,7 +106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -257,7 +257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -273,7 +273,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -346,7 +346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"DeveloperAppInsightKey": "System.String",
@@ -405,7 +405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
"ConnectionName": "System.String",
@@ -444,7 +444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -454,7 +454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -580,7 +580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -596,7 +596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -727,7 +727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -743,7 +743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -859,7 +859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -875,7 +875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -941,7 +941,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
"ConnectionName": "System.String",
@@ -998,7 +998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1014,7 +1014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1114,7 +1114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1130,7 +1130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1203,7 +1203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"DeveloperAppInsightKey": "System.String",
@@ -1290,7 +1290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1300,7 +1300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1438,7 +1438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1454,7 +1454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1527,7 +1527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"DeveloperAppInsightKey": "System.String",
@@ -1559,15 +1559,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "ResourceGroupName",
"Type": {
@@ -1625,6 +1616,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Language",
"Type": {
@@ -1716,7 +1716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1726,7 +1726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1780,7 +1780,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1788,14 +1788,17 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
+ "AliasList": [
+ "BotName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1810,10 +1813,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BotName"
- ],
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1828,7 +1828,7 @@
},
{
"ParameterMetadata": {
- "Name": "Description",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1942,7 +1942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1958,7 +1958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2080,7 +2080,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2088,14 +2088,17 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
+ "AliasList": [
+ "BotName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2110,10 +2113,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BotName"
- ],
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2128,7 +2128,7 @@
},
{
"ParameterMetadata": {
- "Name": "Description",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2242,7 +2242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2258,7 +2258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2380,7 +2380,7 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2388,14 +2388,17 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
+ "AliasList": [
+ "BotName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2410,10 +2413,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "BotName"
- ],
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2428,7 +2428,7 @@
},
{
"ParameterMetadata": {
- "Name": "Description",
+ "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2542,7 +2542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2558,7 +2558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2765,7 +2765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
"ConnectionName": "System.String",
@@ -2804,7 +2804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2814,7 +2814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2948,7 +2948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2964,7 +2964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3045,7 +3045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
"ConnectionName": "System.String",
@@ -3102,7 +3102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3118,7 +3118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3233,7 +3233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3249,7 +3249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3337,7 +3337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20180712.IBot, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"DeveloperAppInsightKey": "System.String",
@@ -3395,7 +3395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
"ConnectionName": "System.String",
@@ -3484,7 +3484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3530,7 +3530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3570,7 +3570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3580,7 +3580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3791,7 +3791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3867,7 +3867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3931,7 +3931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3947,7 +3947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4013,7 +4013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChannelName": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
"ConnectionName": "System.String",
@@ -4156,7 +4156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4232,7 +4232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4296,7 +4296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4312,7 +4312,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4498,7 +4498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.Kind, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4574,7 +4574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.SkuName, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4638,7 +4638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4654,7 +4654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep[], Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4766,7 +4766,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.SendAsyncStep, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -4949,7 +4949,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName"
]
@@ -4957,7 +4957,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.ChannelName, Az.BotService.private, Version=0.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
index 31844a65247c..d54219cdd385 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Compute.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Compute",
- "ModuleVersion": "4.27.0",
+ "ModuleVersion": "4.30.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -71,7 +71,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -111,7 +111,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -194,7 +194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -252,7 +252,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -383,7 +383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"DestinationUri": "System.Uri"
@@ -517,7 +517,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -571,6 +571,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "DataAccessAuthMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "AsJob",
"Type": {
@@ -900,7 +909,22 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DataAccessAuthMode",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1060,7 +1084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1145,7 +1169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1203,7 +1227,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -1244,7 +1268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1314,7 +1338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -1370,7 +1394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1449,7 +1473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -1523,7 +1547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1590,7 +1614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1718,7 +1742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -1821,7 +1845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1951,7 +1975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2066,7 +2090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2193,7 +2217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2327,7 +2351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2409,7 +2433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2458,8 +2482,10 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -2477,6 +2503,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "TreatFailureAsDeploymentFailure",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -2508,7 +2543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2563,8 +2598,10 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -2593,6 +2630,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "TreatFailureAsDeploymentFailure",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2637,7 +2689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2722,7 +2774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2843,7 +2895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -2981,7 +3033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3153,7 +3205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3238,7 +3290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3346,7 +3398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -3487,7 +3539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3559,7 +3611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3598,7 +3650,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -3610,7 +3662,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -3622,7 +3674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -3669,7 +3721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3714,7 +3766,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -3732,7 +3784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -3750,7 +3802,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -3821,7 +3873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3893,7 +3945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -3950,7 +4002,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -4051,7 +4103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4126,7 +4178,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -4287,7 +4339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4359,7 +4411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4485,7 +4537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4665,7 +4717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4737,7 +4789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -4899,7 +4951,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5139,7 +5191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5197,7 +5249,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5222,8 +5274,10 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -5232,6 +5286,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "TreatFailureAsDeploymentFailure",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Order",
"Type": {
@@ -5272,7 +5335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -5303,8 +5366,10 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -5318,6 +5383,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "TreatFailureAsDeploymentFailure",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "Order",
@@ -5377,7 +5457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5462,7 +5542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5558,7 +5638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -5681,7 +5761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5753,7 +5833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -5822,7 +5902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -5907,7 +5987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -6000,7 +6080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -6133,7 +6213,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand"
]
@@ -6296,7 +6376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -6902,7 +6982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7197,7 +7277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7269,7 +7349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7317,7 +7397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -7353,7 +7433,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7413,7 +7493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -7467,7 +7547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7539,7 +7619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7622,7 +7702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -7735,7 +7815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7806,7 +7886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -7889,7 +7969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7942,7 +8022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -8061,7 +8141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8144,7 +8224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8216,7 +8296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8255,7 +8335,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -8302,7 +8382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -8347,7 +8427,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -8418,7 +8498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -8655,7 +8735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -9013,7 +9093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -9333,7 +9413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -9419,7 +9499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9577,7 +9657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9796,7 +9876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
@@ -10235,7 +10315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10416,7 +10496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -10644,7 +10724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10955,7 +11035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity",
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]",
@@ -11100,7 +11180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -11331,7 +11411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -11587,7 +11667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -11600,7 +11680,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
},
"Methods": [
{
@@ -11924,7 +12005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -12309,7 +12390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -12723,7 +12804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -13243,7 +13324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -13584,7 +13665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13867,7 +13948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -14095,7 +14176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14734,7 +14815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -14951,7 +15032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
"RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
@@ -15117,7 +15198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -15338,7 +15419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -15592,7 +15673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -15671,7 +15752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -15782,7 +15863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15964,7 +16045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16306,7 +16387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -16547,7 +16628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -16791,7 +16872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -17048,7 +17129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -17127,7 +17208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -17526,7 +17607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -18001,7 +18082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -18241,7 +18322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -18474,7 +18555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -18747,7 +18828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC",
"Name": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -18847,7 +18928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19059,7 +19140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19167,7 +19248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -19256,7 +19337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19407,7 +19488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19531,7 +19612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -19634,7 +19715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -19861,7 +19942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -20030,7 +20111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -20080,7 +20161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]",
@@ -20322,7 +20403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -20485,7 +20566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Version": "System.String",
@@ -20536,7 +20617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties",
"OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage",
@@ -21014,7 +21095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Offer": "System.String",
@@ -21201,7 +21282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"PublisherName": "System.String",
@@ -21339,7 +21420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.Net.HttpStatusCode",
"Skus": "System.String",
@@ -21551,7 +21632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
"Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]",
@@ -21745,7 +21826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MemoryInMB": "System.Int32",
"NumberOfCores": "System.Int32",
@@ -22065,7 +22146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -22262,7 +22343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -22652,7 +22733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings",
"EncryptionEnabled": "System.Boolean",
@@ -22847,7 +22928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -23049,7 +23130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
"Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity",
@@ -23245,7 +23326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -23631,7 +23712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
"DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
@@ -23851,7 +23932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.Compute.Models.UsageName",
"StatusCode": "System.Net.HttpStatusCode",
@@ -23989,7 +24070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String"
},
@@ -24270,7 +24351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessSAS": "System.String"
},
@@ -24551,7 +24632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineInstallPatchesResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]",
@@ -24640,7 +24721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -25514,7 +25595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -25726,7 +25807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26003,7 +26084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachinePatchAssessmentResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Patches": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]",
@@ -26085,7 +26166,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26309,7 +26390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -26467,7 +26548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -26728,7 +26809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -26851,7 +26932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27304,7 +27385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -27472,7 +27553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -27601,7 +27682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -28055,7 +28136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -28212,7 +28293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28573,7 +28654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -28929,7 +29010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29198,7 +29279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -29301,7 +29382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -29418,7 +29499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -29572,7 +29653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -29790,7 +29871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -29902,7 +29983,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -29941,7 +30022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -30059,10 +30140,12 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -30072,10 +30155,12 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -30124,7 +30209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -30137,7 +30222,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -30311,7 +30396,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -30374,7 +30459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -30564,10 +30649,12 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -30583,10 +30670,12 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -30665,7 +30754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -30684,7 +30773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -30882,7 +30971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -30895,7 +30984,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
},
"Methods": [
{
@@ -30962,7 +31052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -30975,7 +31065,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -31056,7 +31147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -31069,7 +31160,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -31184,7 +31276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -31197,7 +31289,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
},
"Methods": [
{
@@ -31301,6 +31394,24 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -31434,6 +31545,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -31478,7 +31619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -31686,7 +31827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -31825,7 +31966,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -31873,7 +32014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -31912,7 +32053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -31925,7 +32066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -32150,7 +32291,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -32228,7 +32369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -32285,7 +32426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -32304,7 +32445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -32472,7 +32613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -32870,7 +33011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -33010,7 +33151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33019,7 +33160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33164,7 +33305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -33332,7 +33473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33347,7 +33488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33588,7 +33729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -33725,7 +33866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33740,7 +33881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33981,7 +34122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
},
"ValidateNotNullOrEmpty": false
@@ -34050,7 +34191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -34164,7 +34305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -34174,7 +34315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -34374,7 +34515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -34390,7 +34531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -34577,7 +34718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
},
"ValidateNotNullOrEmpty": false
@@ -34593,7 +34734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -34757,7 +34898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -34882,7 +35023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35043,7 +35184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35179,7 +35320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -35262,7 +35403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -35379,6 +35520,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "EnableUltraSSD",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "AsJob",
"Type": {
@@ -35522,6 +35672,158 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUltraSSD",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PlatformFaultDomain",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int32",
+ "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Zone",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SupportAutomaticPlacement",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableUltraSSD",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -35564,128 +35866,6 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PlatformFaultDomain",
- "Type": {
- "Namespace": "System",
- "Name": "System.Int32",
- "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Zone",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "SupportAutomaticPlacement",
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
}
]
},
@@ -35703,7 +35883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -35779,7 +35959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -35869,7 +36049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -35996,7 +36176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -36087,7 +36267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -36116,7 +36296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -36221,7 +36401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -36262,7 +36442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -36331,7 +36511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36600,7 +36780,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -36867,7 +37047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
"RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
@@ -37230,7 +37410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -37323,7 +37503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -37430,7 +37610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -37574,7 +37754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -37658,7 +37838,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -37742,7 +37922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -37769,10 +37949,12 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -37812,7 +37994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -37825,7 +38007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -37957,7 +38139,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -38095,7 +38277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -38134,10 +38316,12 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
@@ -38201,7 +38385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -38220,7 +38404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -38400,7 +38584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -38466,7 +38650,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -38520,7 +38704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -38533,7 +38717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -38635,7 +38819,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -38719,7 +38903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -38738,7 +38922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -38870,7 +39054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -39062,7 +39246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -39107,7 +39291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -39219,7 +39403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -39681,6 +39865,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "DisableIntegrityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -39745,7 +39938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -39885,6 +40078,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisableIntegrityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "EdgeZone",
@@ -41454,7 +41662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -41576,7 +41784,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -42120,7 +42328,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -42869,7 +43077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
"Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -42958,7 +43166,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43107,7 +43315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43264,7 +43472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43433,7 +43641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -43519,8 +43727,10 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -43679,7 +43889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -44452,7 +44662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -44665,7 +44875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -44878,7 +45088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -44971,7 +45181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -45023,6 +45233,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "DisableIntegrityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ImageName",
"Type": {
@@ -45146,7 +45365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -45446,7 +45665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -45500,6 +45719,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisableIntegrityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "EdgeZone",
@@ -45781,7 +46015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -46181,6 +46415,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisableIntegrityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "EdgeZone",
@@ -46242,6 +46491,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "DisableIntegrityMonitoring",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "EdgeZone",
@@ -46301,7 +46565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -46442,7 +46706,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -46454,7 +46718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -46473,7 +46737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -46487,7 +46751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -46497,7 +46761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -46592,7 +46856,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -46663,7 +46927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -46767,7 +47031,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -46971,7 +47235,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -46989,7 +47253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -47014,7 +47278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -47034,7 +47298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -47050,7 +47314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -47205,7 +47469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -47318,7 +47582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -47594,7 +47858,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -47739,7 +48003,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -47757,7 +48021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -47782,7 +48046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -47802,7 +48066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -47818,7 +48082,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
},
"ValidateNotNullOrEmpty": false
@@ -47973,7 +48237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -48086,7 +48350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -48369,8 +48633,10 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -48529,7 +48795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
@@ -48743,7 +49009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -48974,7 +49240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -49058,7 +49324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -49229,7 +49495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateUrl": "System.String",
"CertificateStore": "System.String"
@@ -49939,7 +50205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -50155,7 +50421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -50376,7 +50642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -50458,7 +50724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50656,7 +50922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50781,7 +51047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -51057,7 +51323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -51139,7 +51405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -51336,7 +51602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskAccess, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
@@ -51460,7 +51726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -51551,7 +51817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -51564,7 +51830,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -51843,7 +52110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -51856,7 +52123,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -51940,7 +52208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -52031,7 +52299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -52321,7 +52589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -52416,7 +52684,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -52516,7 +52784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -52832,7 +53100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -52938,7 +53206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -53050,7 +53318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -53373,7 +53641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -53468,7 +53736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -53559,7 +53827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -53778,7 +54046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -53909,7 +54177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -53991,7 +54259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54191,7 +54459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54318,7 +54586,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54594,7 +54862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -54649,7 +54917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -54709,7 +54977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -54786,7 +55054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -54852,7 +55120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -54943,7 +55211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55234,7 +55502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55330,7 +55598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePoint, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -55523,7 +55791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55690,7 +55958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55966,7 +56234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56048,7 +56316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -56204,7 +56472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -56296,7 +56564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -56343,7 +56611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -56825,7 +57093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -57069,7 +57337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -57313,7 +57581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -57503,7 +57771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -57965,7 +58233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -58209,7 +58477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -58294,7 +58562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -58385,7 +58653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -58497,7 +58765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -58717,7 +58985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -58961,7 +59229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -59169,7 +59437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -59389,7 +59657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -59471,7 +59739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -59555,7 +59823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -59663,7 +59931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -59748,7 +60016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -59840,7 +60108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -59953,7 +60221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -60038,7 +60306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -60129,7 +60397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -60241,7 +60509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -60461,7 +60729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -60811,7 +61079,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -60883,7 +61151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -60969,7 +61237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61060,7 +61328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61154,7 +61422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61237,7 +61505,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61309,7 +61577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61386,7 +61654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61487,7 +61755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61559,7 +61827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61642,7 +61910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61733,7 +62001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61824,7 +62092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -61907,7 +62175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -61965,7 +62233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -62025,7 +62293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -62109,7 +62377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -62181,7 +62449,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -62264,7 +62532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -62355,7 +62623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -62446,7 +62714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -62529,7 +62797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
@@ -62795,7 +63063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -62866,7 +63134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -62939,7 +63207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -63036,7 +63304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WalkPerformed": "System.Nullable`1[System.Boolean]",
"NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]"
@@ -63139,7 +63407,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -63534,7 +63802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -63680,7 +63948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -63771,7 +64039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -63951,7 +64219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -64052,7 +64320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -64099,7 +64367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -64659,7 +64927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -64922,7 +65190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -65159,7 +65427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -65396,7 +65664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalFilePath": "System.IO.FileInfo",
"Source": "System.Uri"
@@ -65952,7 +66220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -66488,7 +66756,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -66570,7 +66838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -66663,7 +66931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -66786,7 +67054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -66868,7 +67136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -66961,7 +67229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67084,7 +67352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67166,7 +67434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67259,7 +67527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67382,7 +67650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67467,7 +67735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67554,7 +67822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -67662,7 +67930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -67726,7 +67994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -67801,7 +68069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -67906,7 +68174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -67970,7 +68238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -68045,7 +68313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -68150,7 +68418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -68205,7 +68473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -68227,7 +68495,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -68239,7 +68507,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes"
]
@@ -68260,7 +68528,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -68343,7 +68611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -68371,7 +68639,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -68389,7 +68657,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes"
]
@@ -68422,7 +68690,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -68553,7 +68821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -68625,7 +68893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -68708,7 +68976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -68821,7 +69089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -68893,7 +69161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -68976,7 +69244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69089,7 +69357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69161,7 +69429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69244,7 +69512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -69357,7 +69625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -69411,7 +69679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -69476,7 +69744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -69571,7 +69839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -69625,7 +69893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -69690,7 +69958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -69785,7 +70053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -69832,7 +70100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -70768,7 +71036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -71116,7 +71384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -71566,7 +71834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -72087,7 +72355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -72307,7 +72575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -72631,7 +72899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -72716,7 +72984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -72830,7 +73098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -72964,7 +73232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -73068,7 +73336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -73161,7 +73429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74535,7 +74803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -74616,7 +74884,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -74674,7 +74942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -75395,7 +75663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -75703,7 +75971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -76373,7 +76641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -76643,7 +76911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -77019,7 +77287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77104,7 +77372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77174,7 +77442,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -77254,7 +77522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77309,7 +77577,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -77439,7 +77707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77494,7 +77762,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -77627,7 +77895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -77682,7 +77950,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -77801,7 +78069,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -78243,7 +78511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -80380,7 +80648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -81213,7 +81481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -82195,7 +82463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -82280,7 +82548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -82502,7 +82770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -82756,7 +83024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -83040,7 +83308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -83294,7 +83562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -83578,7 +83846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -83772,7 +84040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -83910,7 +84178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -83995,7 +84263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -84070,7 +84338,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -84261,7 +84529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -84354,7 +84622,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -84577,7 +84845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -84670,7 +84938,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -84953,7 +85221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -85046,7 +85314,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -85269,7 +85537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -85362,7 +85630,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -85645,7 +85913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -85738,7 +86006,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -85950,7 +86218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86035,7 +86303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86149,7 +86417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86302,7 +86570,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86387,7 +86655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86474,7 +86742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86582,7 +86850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86667,7 +86935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86790,7 +87058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -86939,7 +87207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87043,7 +87311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -87136,7 +87404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -87223,7 +87491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -87239,7 +87507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -87262,7 +87530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -87378,7 +87646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"MaintenanceWindowStartingHour": "System.Int32",
@@ -87400,7 +87668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"EnableEncryption": "System.Boolean",
@@ -87429,7 +87697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Boolean",
"Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
@@ -87506,7 +87774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -88223,7 +88491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -88295,7 +88563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -88381,7 +88649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -88497,7 +88765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
"Settings": "System.Object",
@@ -89057,7 +89325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -89154,7 +89422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -89504,7 +89772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -89632,7 +89900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -89704,7 +89972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -89824,7 +90092,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
},
"ValidateNotNullOrEmpty": false
@@ -89834,7 +90102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener"
},
"ValidateNotNullOrEmpty": false
@@ -89856,7 +90124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey"
},
"ValidateNotNullOrEmpty": false
@@ -89866,7 +90134,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
},
"ValidateNotNullOrEmpty": false
@@ -89929,7 +90197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90103,7 +90371,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
},
"ValidateNotNullOrEmpty": false
@@ -90119,7 +90387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener"
},
"ValidateNotNullOrEmpty": false
@@ -90153,7 +90421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey"
},
"ValidateNotNullOrEmpty": false
@@ -90169,7 +90437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
},
"ValidateNotNullOrEmpty": false
@@ -90268,7 +90536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90340,7 +90608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90459,7 +90727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90632,7 +90900,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90704,7 +90972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90778,7 +91046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90876,7 +91144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -90948,7 +91216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91035,7 +91303,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -91056,7 +91324,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -91141,7 +91409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -91177,7 +91445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91300,7 +91568,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -91333,7 +91601,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -91472,7 +91740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -91526,7 +91794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91598,7 +91866,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91681,7 +91949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -91794,7 +92062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -92599,7 +92867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -92684,7 +92952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -92780,7 +93048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -92903,7 +93171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -92950,7 +93218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -93304,7 +93572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -93567,7 +93835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -93637,7 +93905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -93799,7 +94067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -94004,7 +94272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -94241,7 +94509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -94288,7 +94556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -94995,7 +95263,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -95455,7 +95723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -95731,7 +95999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -95998,7 +96266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96062,7 +96330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96155,7 +96423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96283,7 +96551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -96400,7 +96668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -96489,7 +96757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -96701,7 +96969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
"Sku": "Microsoft.Azure.Management.Compute.Models.Sku",
@@ -96980,7 +97248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97054,7 +97322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97221,7 +97489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSCapacityReservationGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -97452,7 +97720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -97555,7 +97823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -97586,7 +97854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -97703,7 +97971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku",
@@ -97819,7 +98087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -97973,7 +98241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -97986,7 +98254,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
},
"Methods": [
{
@@ -98062,7 +98331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -98075,7 +98344,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -98128,6 +98398,24 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -98264,6 +98552,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -98388,6 +98706,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -98428,7 +98776,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
"ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
@@ -98441,7 +98789,8 @@
"Name": "System.String",
"Type": "System.String",
"Location": "System.String",
- "EncryptionType": "System.String"
+ "EncryptionType": "System.String",
+ "FederatedClientId": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -98529,6 +98878,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -98638,6 +99017,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "FederatedClientId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -98682,7 +99091,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -98769,7 +99178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -99331,7 +99740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
"SharingProfile": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
@@ -99735,7 +100144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -99842,7 +100251,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -100616,7 +101025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed",
"Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
@@ -101175,7 +101584,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -101283,7 +101692,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -101713,7 +102122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
@@ -101991,7 +102400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -102094,7 +102503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -102373,7 +102782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
"StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
@@ -102469,7 +102878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRestorePointCollection, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
"RestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
@@ -102659,7 +103068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -102752,7 +103161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -102773,7 +103182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -102880,7 +103289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption",
"EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
@@ -102986,7 +103395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PurchasePlan": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
"CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData",
@@ -103130,7 +103539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -103213,7 +103622,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -103408,7 +103817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSshPublicKeyResource, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Name": "System.String",
@@ -103530,7 +103939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSuccessStatusCode": "System.Boolean",
"StatusCode": "System.Net.HttpStatusCode",
@@ -103599,7 +104008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -103657,7 +104066,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -103855,7 +104264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104151,7 +104560,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -104203,7 +104612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104517,7 +104926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -104801,7 +105210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
@@ -105089,7 +105498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -105182,7 +105591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -105312,7 +105721,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -105432,7 +105841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -105631,7 +106040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -105754,7 +106163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -106114,7 +106523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -106445,7 +106854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -106598,7 +107007,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -106649,7 +107058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
"ExtendedLocation": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
@@ -107009,7 +107418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -107340,7 +107749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -107484,7 +107893,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -107747,7 +108156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -107848,7 +108257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -107885,7 +108294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -108030,7 +108439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -108122,7 +108531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -108244,7 +108653,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -108336,7 +108745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
@@ -108380,7 +108789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk"
},
"ValidateNotNullOrEmpty": false
@@ -108477,9 +108886,9 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplication, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -108540,7 +108949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -108587,7 +108996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108597,7 +109006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108720,7 +109129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108736,7 +109145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108900,7 +109309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108916,7 +109325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108982,7 +109391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -109047,7 +109456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109063,7 +109472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109163,7 +109572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109179,7 +109588,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109250,13 +109659,16 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplicationVersion, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ReplicationStatusSummary": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus[]",
- "TargetRegion": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
+ "PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
+ "PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
+ "ReplicationStatusSummary": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]",
+ "TargetRegion": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
"ReplicationStatusAggregatedState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]",
"PublishingProfileReplicationMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]",
"PublishingProfileStorageAccountType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
"PublishingProfileEnableHealthCheck": "System.Nullable`1[System.Boolean]",
@@ -109264,10 +109676,11 @@
"PublishingProfileEndOfLifeDate": "System.Nullable`1[System.DateTime]",
"PublishingProfilePublishedDate": "System.Nullable`1[System.DateTime]",
"ReplicaCount": "System.Nullable`1[System.Int32]",
+ "SettingPackageFileName": "System.String",
+ "SettingConfigFileName": "System.String",
"DefaultConfigFileLink": "System.String",
- "Install": "System.String",
"PackageFileLink": "System.String",
- "ProvisioningState": "System.String",
+ "Install": "System.String",
"Remove": "System.String",
"Update": "System.String"
}
@@ -109332,7 +109745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -109357,7 +109770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -109388,7 +109801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109398,7 +109811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109536,7 +109949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109552,7 +109965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109697,7 +110110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -109746,7 +110159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109762,7 +110175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109828,7 +110241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -109859,7 +110272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationStatusTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -109908,7 +110321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109924,7 +110337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110024,7 +110437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110040,7 +110453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110113,7 +110526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocument",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocument, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocument, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition[]",
"Script": "System.String[]"
@@ -110127,7 +110540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
@@ -110159,7 +110572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocumentBase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocumentBase, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandDocumentBase, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OSType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
"Description": "System.String",
@@ -110234,7 +110647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -110290,7 +110703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110300,7 +110713,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110423,7 +110836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110439,7 +110852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110570,7 +110983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110586,7 +110999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110747,7 +111160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110763,7 +111176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110939,7 +111352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110955,7 +111368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111021,7 +111434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -111086,7 +111499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111102,7 +111515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111202,7 +111615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111218,7 +111631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111291,7 +111704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
@@ -111372,7 +111785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -111428,7 +111841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111438,7 +111851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111591,7 +112004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111607,7 +112020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111798,7 +112211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111814,7 +112227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111880,7 +112293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -111960,7 +112373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111976,7 +112389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112091,7 +112504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112107,7 +112520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112178,9 +112591,9 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplication, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -112249,7 +112662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -112307,7 +112720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112317,7 +112730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112447,7 +112860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -112541,7 +112954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112557,7 +112970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112643,13 +113056,16 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplicationVersion, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ReplicationStatusSummary": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus[]",
- "TargetRegion": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
+ "PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
+ "PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
+ "ReplicationStatusSummary": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]",
+ "TargetRegion": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
"ReplicationStatusAggregatedState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]",
"PublishingProfileReplicationMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]",
"PublishingProfileStorageAccountType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
"PublishingProfileEnableHealthCheck": "System.Nullable`1[System.Boolean]",
@@ -112657,10 +113073,11 @@
"PublishingProfileEndOfLifeDate": "System.Nullable`1[System.DateTime]",
"PublishingProfilePublishedDate": "System.Nullable`1[System.DateTime]",
"ReplicaCount": "System.Nullable`1[System.Int32]",
+ "SettingPackageFileName": "System.String",
+ "SettingConfigFileName": "System.String",
"DefaultConfigFileLink": "System.String",
- "Install": "System.String",
"PackageFileLink": "System.String",
- "ProvisioningState": "System.String",
+ "Install": "System.String",
"Remove": "System.String",
"Update": "System.String"
}
@@ -112803,10 +113220,10 @@
{
"Name": "TargetRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
},
@@ -112819,6 +113236,24 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "PackageFileName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ConfigFileName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -112855,7 +113290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112865,7 +113300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113128,10 +113563,10 @@
"ParameterMetadata": {
"Name": "TargetRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
},
@@ -113155,6 +113590,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "PackageFileName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ConfigFileName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -113210,7 +113675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113226,7 +113691,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113366,7 +113831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -113422,7 +113887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113432,7 +113897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113605,7 +114070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113621,7 +114086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113717,7 +114182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -113797,7 +114262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113813,7 +114278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113958,7 +114423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113974,7 +114439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114138,7 +114603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -114194,7 +114659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114204,7 +114669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114392,7 +114857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114408,7 +114873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114504,7 +114969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -114584,7 +115049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114600,7 +115065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114745,7 +115210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114761,7 +115226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114913,7 +115378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -114969,7 +115434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114979,7 +115444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115149,7 +115614,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115165,7 +115630,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115261,7 +115726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -115341,7 +115806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115357,7 +115822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115502,7 +115967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115518,7 +115983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115679,7 +116144,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -115735,7 +116200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115745,7 +116210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115930,7 +116395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115946,7 +116411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116042,7 +116507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -116122,7 +116587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116138,7 +116603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116283,7 +116748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116299,7 +116764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116402,7 +116867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
@@ -116509,7 +116974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -116519,7 +116984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -116623,7 +117088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116633,7 +117098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116805,7 +117270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -116821,7 +117286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -116991,7 +117456,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117007,7 +117472,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117095,7 +117560,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IVirtualMachineRunCommand, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceViewStatuses": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
"ProtectedParameter": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
@@ -117211,7 +117676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -117221,7 +117686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -117325,7 +117790,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117335,7 +117800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117522,7 +117987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -117538,7 +118003,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"ValidateNotNullOrEmpty": false
@@ -117708,7 +118173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117724,7 +118189,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117810,9 +118275,9 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplication, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplication, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SupportedOSType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
"EndOfLifeDate": "System.Nullable`1[System.DateTime]",
@@ -117872,7 +118337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -117946,7 +118411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117956,7 +118421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118150,7 +118615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118166,7 +118631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118247,7 +118712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -118357,7 +118822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118373,7 +118838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118533,7 +118998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118549,7 +119014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118635,13 +119100,16 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplicationVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IGalleryApplicationVersion, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersion, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ReplicationStatusSummary": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus[]",
- "TargetRegion": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
+ "PublishingProfileAdvancedSetting": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
+ "PublishingProfileTargetExtendedLocation": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
+ "ReplicationStatusSummary": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]",
+ "TargetRegion": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
"ReplicationStatusAggregatedState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]",
"PublishingProfileReplicationMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]",
"PublishingProfileStorageAccountType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
"PublishingProfileEnableHealthCheck": "System.Nullable`1[System.Boolean]",
@@ -118649,10 +119117,11 @@
"PublishingProfileEndOfLifeDate": "System.Nullable`1[System.DateTime]",
"PublishingProfilePublishedDate": "System.Nullable`1[System.DateTime]",
"ReplicaCount": "System.Nullable`1[System.Int32]",
+ "SettingPackageFileName": "System.String",
+ "SettingConfigFileName": "System.String",
"DefaultConfigFileLink": "System.String",
- "Install": "System.String",
"PackageFileLink": "System.String",
- "ProvisioningState": "System.String",
+ "Install": "System.String",
"Remove": "System.String",
"Update": "System.String"
}
@@ -118716,7 +119185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -118793,10 +119262,10 @@
{
"Name": "TargetRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
},
@@ -118836,7 +119305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118846,7 +119315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119064,10 +119533,10 @@
"ParameterMetadata": {
"Name": "TargetRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
},
@@ -119131,7 +119600,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119147,7 +119616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119228,7 +119697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CommandId": "System.String",
"GalleryApplicationName": "System.String",
@@ -119347,10 +119816,10 @@
"ParameterMetadata": {
"Name": "TargetRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
},
@@ -119414,7 +119883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119430,7 +119899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119599,10 +120068,10 @@
"ParameterMetadata": {
"Name": "TargetRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
"ValidateNotNullOrEmpty": false
},
@@ -119666,7 +120135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119682,7 +120151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119803,7 +120272,7 @@
"Microsoft.Azure.Management.Compute.Models.ExtendedLocation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ExtendedLocation, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -119859,7 +120328,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsDisk": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
"DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]",
@@ -119919,7 +120388,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageOSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
@@ -120009,7 +120478,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -120055,7 +120524,7 @@
"Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -120147,7 +120616,7 @@
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -120234,7 +120703,7 @@
"Microsoft.Azure.Management.Compute.Models.SubResource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SubResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -120280,7 +120749,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CachingTypes"
]
@@ -120288,7 +120757,7 @@
"Microsoft.Azure.Management.Compute.Models.CachingTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -120388,7 +120857,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ImageDataDisk"
]
@@ -120396,7 +120865,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageDataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -120632,7 +121101,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GalleryApplications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]"
},
@@ -120669,7 +121138,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication"
]
@@ -120677,8 +121146,10 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVMGalleryApplication, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "TreatFailureAsDeploymentFailure": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"Order": "System.Nullable`1[System.Int32]",
"Tags": "System.String",
"PackageReferenceId": "System.String",
@@ -120717,7 +121188,7 @@
"Microsoft.Azure.Commands.Compute.Models.DisplayHintType": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -120804,7 +121275,7 @@
"Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UltraSSDEnabled": "System.Nullable`1[System.Boolean]",
"HibernationEnabled": "System.Nullable`1[System.Boolean]"
@@ -120855,7 +121326,7 @@
"Microsoft.Azure.Management.Compute.Models.BillingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BillingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxPrice": "System.Nullable`1[System.Double]"
},
@@ -120909,7 +121380,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CapacityReservationGroup": "Microsoft.Azure.Management.Compute.Models.SubResource"
},
@@ -120955,7 +121426,7 @@
"Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics"
},
@@ -121001,7 +121472,7 @@
"Microsoft.Azure.Management.Compute.Models.BootDiagnostics": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"StorageUri": "System.String"
@@ -121052,7 +121523,7 @@
"Microsoft.Azure.Management.Compute.Models.HardwareProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.HardwareProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmSizeProperties": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties",
"VmSize": "System.String"
@@ -121103,7 +121574,7 @@
"Microsoft.Azure.Management.Compute.Models.VMSizeProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMSizeProperties, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VCPUsAvailable": "System.Nullable`1[System.Int32]",
"VCPUsPerCore": "System.Nullable`1[System.Int32]"
@@ -121154,7 +121625,7 @@
"Microsoft.Azure.Management.Compute.Models.NetworkProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.NetworkProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]",
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]",
@@ -121210,7 +121681,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference"
]
@@ -121218,7 +121689,7 @@
"Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Primary": "System.Nullable`1[System.Boolean]",
"DeleteOption": "System.String",
@@ -121274,7 +121745,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration"
]
@@ -121282,7 +121753,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"DscpConfiguration": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -121377,7 +121848,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.IList`1[System.String]"
},
@@ -121423,7 +121894,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration"
]
@@ -121431,7 +121902,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineNetworkInterfaceIPConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.SubResource",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration",
@@ -121516,7 +121987,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
"PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -121606,7 +122077,7 @@
"Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -121657,7 +122128,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePublicIPAddressDnsSettingsConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String"
},
@@ -121707,7 +122178,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag"
]
@@ -121715,7 +122186,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIpTag, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -121766,7 +122237,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResource"
]
@@ -121774,7 +122245,7 @@
"Microsoft.Azure.Management.Compute.Models.OSProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -121860,7 +122331,7 @@
"Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PatchSettings": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings",
"Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration",
@@ -121921,10 +122392,11 @@
"Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PatchMode": "System.String",
- "AssessmentMode": "System.String"
+ "AutomaticByPlatformSettings": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings",
+ "AssessmentMode": "System.String",
+ "PatchMode": "System.String"
},
"Methods": [
{
@@ -121964,6 +122436,56 @@
{
"Name": "assessmentMode",
"Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "automaticByPlatformSettings",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings": {
+ "Namespace": "Microsoft.Azure.Management.Compute.Models",
+ "Name": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "RebootSetting": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "rebootSetting",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
@@ -121972,7 +122494,7 @@
"Microsoft.Azure.Management.Compute.Models.SshConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]"
},
@@ -122018,7 +122540,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SshPublicKey"
]
@@ -122026,7 +122548,7 @@
"Microsoft.Azure.Management.Compute.Models.SshPublicKey": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"KeyData": "System.String"
@@ -122077,7 +122599,7 @@
"Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PatchSettings": "Microsoft.Azure.Management.Compute.Models.PatchSettings",
"WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration",
@@ -122148,8 +122670,9 @@
"Microsoft.Azure.Management.Compute.Models.PatchSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PatchSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "AutomaticByPlatformSettings": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings",
"EnableHotpatching": "System.Nullable`1[System.Boolean]",
"PatchMode": "System.String",
"AssessmentMode": "System.String"
@@ -122196,6 +122719,56 @@
{
"Name": "assessmentMode",
"Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "automaticByPlatformSettings",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings": {
+ "Namespace": "Microsoft.Azure.Management.Compute.Models",
+ "Name": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "RebootSetting": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "rebootSetting",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
@@ -122204,7 +122777,7 @@
"Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]"
},
@@ -122250,7 +122823,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.WinRMListener"
]
@@ -122258,7 +122831,7 @@
"Microsoft.Azure.Management.Compute.Models.WinRMListener": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
"CertificateUrl": "System.String"
@@ -122309,7 +122882,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes"
]
@@ -122317,7 +122890,7 @@
"Microsoft.Azure.Management.Compute.Models.ProtocolTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -122404,7 +122977,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent"
]
@@ -122412,7 +122985,7 @@
"Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
"PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
@@ -122473,7 +123046,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ComponentNames"
]
@@ -122481,7 +123054,7 @@
"Microsoft.Azure.Management.Compute.Models.ComponentNames": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ComponentNames",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -122568,7 +123141,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PassNames"
]
@@ -122576,7 +123149,7 @@
"Microsoft.Azure.Management.Compute.Models.PassNames": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PassNames",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -122663,7 +123236,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SettingNames"
]
@@ -122671,7 +123244,7 @@
"Microsoft.Azure.Management.Compute.Models.SettingNames": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SettingNames",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -122758,7 +123331,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VaultSecretGroup"
]
@@ -122766,7 +123339,7 @@
"Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]"
@@ -122817,7 +123390,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VaultCertificate"
]
@@ -122825,7 +123398,7 @@
"Microsoft.Azure.Management.Compute.Models.VaultCertificate": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateUrl": "System.String",
"CertificateStore": "System.String"
@@ -122876,7 +123449,7 @@
"Microsoft.Azure.Management.Compute.Models.Plan": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Plan",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -122937,7 +123510,7 @@
"Microsoft.Azure.Management.Compute.Models.SecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SecurityProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UefiSettings": "Microsoft.Azure.Management.Compute.Models.UefiSettings",
"EncryptionAtHost": "System.Nullable`1[System.Boolean]",
@@ -122993,7 +123566,7 @@
"Microsoft.Azure.Management.Compute.Models.UefiSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UefiSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UefiSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecureBootEnabled": "System.Nullable`1[System.Boolean]",
"VTpmEnabled": "System.Nullable`1[System.Boolean]"
@@ -123044,7 +123617,7 @@
"Microsoft.Azure.Management.Compute.Models.StorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.StorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk",
@@ -123104,7 +123677,7 @@
"Microsoft.Azure.Management.Compute.Models.ImageReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Offer": "System.String",
@@ -123185,7 +123758,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
"EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
@@ -123290,7 +123863,7 @@
"Microsoft.Azure.Management.Compute.Models.DiffDiskSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Option": "System.String",
"Placement": "System.String"
@@ -123341,7 +123914,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference",
"DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
@@ -123401,7 +123974,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"KeyUrl": "System.String"
@@ -123456,7 +124029,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource",
"SecretUrl": "System.String"
@@ -123511,7 +124084,7 @@
"Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
@@ -123572,7 +124145,7 @@
"Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityEncryptionType": "System.String"
@@ -123623,7 +124196,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Uri": "System.String"
},
@@ -123669,7 +124242,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
]
@@ -123677,7 +124250,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDisk"
]
@@ -123685,7 +124258,7 @@
"Microsoft.Azure.Management.Compute.Models.DataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
"Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -123808,7 +124381,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]",
"Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
@@ -123869,7 +124442,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue"
@@ -123878,7 +124451,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -123929,7 +124502,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType"
]
@@ -123937,7 +124510,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceIdentityType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -124024,7 +124597,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -124145,7 +124718,7 @@
"Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"SerialConsoleLogBlobUri": "System.String",
@@ -124201,7 +124774,7 @@
"Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]",
"Time": "System.Nullable`1[System.DateTime]",
@@ -124267,7 +124840,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.StatusLevelTypes"
]
@@ -124275,7 +124848,7 @@
"Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -124375,7 +124948,7 @@
"Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]",
"IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]",
@@ -124451,7 +125024,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes"
]
@@ -124459,7 +125032,7 @@
"Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -124546,7 +125119,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]",
@@ -124602,7 +125175,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.InstanceViewStatus"
]
@@ -124610,7 +125183,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView"
]
@@ -124618,7 +125191,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"TypeHandlerVersion": "System.String",
@@ -124674,7 +125247,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus"
},
@@ -124720,7 +125293,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachinePatchStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePatchSummary": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary",
"LastPatchInstallationSummary": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary",
@@ -124776,7 +125349,7 @@
"Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AvailablePatchSummary, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"RebootPending": "System.Nullable`1[System.Boolean]",
@@ -124857,7 +125430,7 @@
"Microsoft.Azure.Management.Compute.Models.ApiError": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ApiError",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError",
"Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]",
@@ -124923,7 +125496,7 @@
"Microsoft.Azure.Management.Compute.Models.InnerError": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.InnerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exceptiontype": "System.String",
"Errordetail": "System.String"
@@ -124974,7 +125547,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ApiErrorBase"
]
@@ -124982,7 +125555,7 @@
"Microsoft.Azure.Management.Compute.Models.ApiErrorBase": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Code": "System.String",
"Target": "System.String",
@@ -125038,7 +125611,7 @@
"Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.Compute.Models.ApiError",
"MaintenanceWindowExceeded": "System.Nullable`1[System.Boolean]",
@@ -125134,7 +125707,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView"
]
@@ -125142,7 +125715,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -125198,7 +125771,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings"
]
@@ -125206,7 +125779,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView"
]
@@ -125214,7 +125787,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Substatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -125280,7 +125853,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension"
]
@@ -125288,7 +125861,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -125298,21 +125871,17 @@
"Settings": "System.Object",
"ProtectedSettings": "System.Object",
"ProtectedSettingsFromKeyVault": "System.Object",
- "Type": "System.String",
"Name": "System.String",
"Id": "System.String",
+ "Location": "System.String",
"ProvisioningState": "System.String",
"TypeHandlerVersion": "System.String",
"VirtualMachineExtensionType": "System.String",
"Publisher": "System.String",
- "Location": "System.String",
+ "Type": "System.String",
"ForceUpdateTag": "System.String"
},
"Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -125428,7 +125997,7 @@
"Microsoft.Azure.Management.Compute.Models.Sku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Sku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int64]",
"Tier": "System.String",
@@ -125484,7 +126053,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView",
"MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus",
@@ -125585,7 +126154,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]"
},
@@ -125631,7 +126200,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration"
]
@@ -125639,7 +126208,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource",
"DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings",
@@ -125734,7 +126303,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.IList`1[System.String]"
},
@@ -125780,7 +126349,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration"
]
@@ -125788,7 +126357,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
@@ -125883,7 +126452,7 @@
"Microsoft.Azure.Management.Compute.Models.ApiEntityReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -125929,7 +126498,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Management.Compute.Models.PublicIPAddressSku",
"PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource",
@@ -126014,7 +126583,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String"
},
@@ -126064,7 +126633,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag"
]
@@ -126072,7 +126641,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -126123,7 +126692,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtectFromScaleIn": "System.Nullable`1[System.Boolean]",
"ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]"
@@ -126182,7 +126751,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSApplicationProfile",
"ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
@@ -126232,7 +126801,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]"
},
@@ -126269,7 +126838,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension"
]
@@ -126277,7 +126846,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
@@ -126325,7 +126894,7 @@
"Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile"
},
@@ -126371,7 +126940,7 @@
"Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enable": "System.Nullable`1[System.Boolean]",
"NotBeforeTimeout": "System.String"
@@ -126422,7 +126991,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HealthProbe": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]",
@@ -126478,7 +127047,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration",
"WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration",
@@ -126559,7 +127128,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference",
"OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
@@ -126619,7 +127188,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings",
"Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -126630,7 +127199,8 @@
"WriteAcceleratorEnabled": "System.Nullable`1[System.Boolean]",
"DiskSizeGB": "System.Nullable`1[System.Int32]",
"Name": "System.String",
- "CreateOption": "System.String"
+ "CreateOption": "System.String",
+ "DeleteOption": "System.String"
},
"Methods": [
{
@@ -126706,6 +127276,10 @@
{
"Name": "managedDisk",
"Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "deleteOption",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
@@ -126714,7 +127288,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters",
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.VMDiskSecurityProfile",
@@ -126770,7 +127344,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk"
]
@@ -126778,7 +127352,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters",
"Lun": "System.Int32",
@@ -126788,7 +127362,8 @@
"DiskIOPSReadWrite": "System.Nullable`1[System.Int64]",
"DiskMBpsReadWrite": "System.Nullable`1[System.Int64]",
"Name": "System.String",
- "CreateOption": "System.String"
+ "CreateOption": "System.String",
+ "DeleteOption": "System.String"
},
"Methods": [
{
@@ -126860,6 +127435,10 @@
{
"Name": "diskMBpsReadWrite",
"Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "deleteOption",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
@@ -126868,7 +127447,7 @@
"Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -126915,7 +127494,7 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"GracePeriod": "System.String",
@@ -126971,7 +127550,7 @@
"Microsoft.Azure.Management.Compute.Models.ScaleInPolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.IList`1[System.String]",
"ForceDeletion": "System.Nullable`1[System.Boolean]"
@@ -127022,7 +127601,7 @@
"Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SpotRestorePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"RestoreTimeout": "System.String"
@@ -127073,7 +127652,7 @@
"Microsoft.Azure.Management.Compute.Models.UpgradePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy",
"RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
@@ -127133,10 +127712,11 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]",
- "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]"
+ "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]",
+ "UseRollingUpgradePolicy": "System.Nullable`1[System.Boolean]"
},
"Methods": [
{
@@ -127176,6 +127756,10 @@
{
"Name": "disableAutomaticRollback",
"Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "useRollingUpgradePolicy",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
@@ -127184,7 +127768,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableCrossZoneUpgrade": "System.Nullable`1[System.Boolean]",
"PrioritizeUnhealthyInstances": "System.Nullable`1[System.Boolean]",
@@ -127259,7 +127843,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.UpgradeMode"
]
@@ -127267,7 +127851,7 @@
"Microsoft.Azure.Management.Compute.Models.UpgradeMode": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -127354,7 +127938,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]",
"Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]",
@@ -127415,7 +127999,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue"
@@ -127424,7 +128008,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -127475,7 +128059,7 @@
"Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PSVirtualMachineRunCommand, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
"Source": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
@@ -127531,7 +128115,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -127612,7 +128196,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommandScriptSource, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Script": "System.String",
"ScriptUri": "System.String",
@@ -127668,7 +128252,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter"
]
@@ -127676,7 +128260,7 @@
"Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandInputParameter, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -127731,7 +128315,7 @@
"Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Output": "System.String"
},
@@ -127777,7 +128361,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UtilizationInfo": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]"
@@ -127828,7 +128412,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualMachinesAllocated": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]"
},
@@ -127874,7 +128458,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly"
]
@@ -127882,7 +128466,7 @@
"Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -127928,7 +128512,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CapacityReservations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]"
},
@@ -127974,7 +128558,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName"
]
@@ -127982,7 +128566,7 @@
"Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UtilizationInfo": "Microsoft.Azure.Management.Compute.Models.CapacityReservationUtilization",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -128038,7 +128622,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]",
"Minimum": "System.Nullable`1[System.Int64]",
@@ -128099,7 +128683,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType"
]
@@ -128107,7 +128691,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -128194,7 +128778,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities"
]
@@ -128202,7 +128786,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -128253,7 +128837,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts"
]
@@ -128261,7 +128845,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Quantity": "System.Nullable`1[System.Int64]",
"MeterID": "System.String",
@@ -128317,7 +128901,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo"
]
@@ -128325,7 +128909,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ZoneDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]",
"Zones": "System.Collections.Generic.IList`1[System.String]",
@@ -128391,7 +128975,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails"
]
@@ -128399,7 +128983,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]",
"Name": "System.Collections.Generic.IList`1[System.String]"
@@ -128450,7 +129034,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions"
]
@@ -128458,7 +129042,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo",
"Values": "System.Collections.Generic.IList`1[System.String]",
@@ -128519,7 +129103,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Locations": "System.Collections.Generic.IList`1[System.String]",
"Zones": "System.Collections.Generic.IList`1[System.String]"
@@ -128570,7 +129154,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode"
]
@@ -128578,7 +129162,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -128665,7 +129249,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType"
]
@@ -128673,7 +129257,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -128760,7 +129344,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSPurchasePlan, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -128800,7 +129384,7 @@
"Microsoft.Azure.Management.Compute.Models.CreationData": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.CreationData",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
"GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
@@ -128895,16 +129479,14 @@
"Microsoft.Azure.Management.Compute.Models.ImageDiskReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]",
- "Id": "System.String"
+ "Id": "System.String",
+ "SharedGalleryImageId": "System.String",
+ "CommunityGalleryImageId": "System.String"
},
"Methods": [
- {
- "Name": "Validate",
- "ReturnType": "System.Void"
- },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -128929,6 +129511,19 @@
}
],
"Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "id",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "lun",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ },
{
"Name": ""
},
@@ -128939,6 +129534,14 @@
"Name": "id",
"Type": "System.Reflection.RuntimeParameterInfo"
},
+ {
+ "Name": "sharedGalleryImageId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "communityGalleryImageId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
{
"Name": "lun",
"Type": "System.Reflection.RuntimeParameterInfo"
@@ -128950,7 +129553,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSecurityProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityType": "System.String",
"SecureVMDiskEncryptionSetId": "System.String"
@@ -129001,7 +129604,7 @@
"Microsoft.Azure.Management.Compute.Models.DiskSku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DiskSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -129052,7 +129655,7 @@
"Microsoft.Azure.Management.Compute.Models.Encryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Encryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskEncryptionSetId": "System.String",
"Type": "System.String"
@@ -129103,7 +129706,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]",
@@ -129163,7 +129766,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement"
]
@@ -129171,7 +129774,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
"DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference"
@@ -129226,7 +129829,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"KeyUrl": "System.String"
@@ -129281,7 +129884,7 @@
"Microsoft.Azure.Management.Compute.Models.SourceVault": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SourceVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -129327,7 +129930,7 @@
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault",
"SecretUrl": "System.String"
@@ -129382,7 +129985,7 @@
"Microsoft.Azure.Management.Compute.Models.SupportedCapabilities": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SupportedCapabilities, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AcceleratedNetwork": "System.Nullable`1[System.Boolean]",
"Architecture": "System.String"
@@ -129433,7 +130036,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ShareInfoElement"
]
@@ -129441,7 +130044,7 @@
"Microsoft.Azure.Management.Compute.Models.ShareInfoElement": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmUri": "System.String"
},
@@ -129487,7 +130090,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection"
]
@@ -129495,7 +130098,7 @@
"Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState",
@@ -129570,7 +130173,7 @@
"Microsoft.Azure.Management.Compute.Models.PrivateEndpoint": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateEndpoint, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -129616,7 +130219,7 @@
"Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PrivateLinkServiceConnectionState, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -129672,8 +130275,9 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue]",
"Type": "System.String",
"PrincipalId": "System.String",
"TenantId": "System.String"
@@ -129720,6 +130324,70 @@
{
"Name": "tenantId",
"Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "userAssignedIdentities",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.String",
+ "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue"
+ ]
+ },
+ "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue": {
+ "Namespace": "Microsoft.Azure.Management.Compute.Models",
+ "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrincipalId": "System.String",
+ "ClientId": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "principalId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "clientId",
+ "Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
@@ -129728,7 +130396,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference"
]
@@ -129736,7 +130404,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryIdentifier": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueName": "System.String"
},
@@ -129782,7 +130450,7 @@
"Microsoft.Azure.Management.Compute.Models.SharingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SharingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup]",
"CommunityGalleryInfo": "System.Object",
@@ -129838,7 +130506,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SharingProfileGroup"
]
@@ -129846,7 +130514,7 @@
"Microsoft.Azure.Management.Compute.Models.SharingProfileGroup": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SharingProfileGroup, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ids": "System.Collections.Generic.IList`1[System.String]",
"Type": "System.String"
@@ -129897,7 +130565,7 @@
"Microsoft.Azure.Management.Compute.Models.Disallowed": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.Disallowed",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskTypes": "System.Collections.Generic.IList`1[System.String]"
},
@@ -129943,7 +130611,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Offer": "System.String",
@@ -130003,7 +130671,7 @@
"Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Publisher": "System.String",
@@ -130059,7 +130727,7 @@
"Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange",
"Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange"
@@ -130110,7 +130778,7 @@
"Microsoft.Azure.Management.Compute.Models.ResourceRange": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ResourceRange",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Min": "System.Nullable`1[System.Int32]",
"Max": "System.Nullable`1[System.Int32]"
@@ -130161,7 +130829,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryImageFeature"
]
@@ -130169,7 +130837,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageFeature": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageFeature, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -130220,7 +130888,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TargetExtendedLocations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation]",
"TargetRegions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]",
@@ -130301,7 +130969,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation"
]
@@ -130309,7 +130977,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryTargetExtendedLocation, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
"ExtendedLocation": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation",
@@ -130375,7 +131043,7 @@
"Microsoft.Azure.Management.Compute.Models.EncryptionImages": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption",
"DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]"
@@ -130426,7 +131094,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SecurityProfile": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile",
"DiskEncryptionSetId": "System.String"
@@ -130477,7 +131145,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageSecurityProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConfidentialVMEncryptionType": "System.String",
"SecureVMDiskEncryptionSetId": "System.String"
@@ -130528,7 +131196,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption"
]
@@ -130536,7 +131204,7 @@
"Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Int32",
"DiskEncryptionSetId": "System.String"
@@ -130591,7 +131259,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryExtendedLocation, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -130642,7 +131310,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.TargetRegion"
]
@@ -130650,7 +131318,7 @@
"Microsoft.Azure.Management.Compute.Models.TargetRegion": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.TargetRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages",
"RegionalReplicaCount": "System.Nullable`1[System.Int32]",
@@ -130715,7 +131383,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
"OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
@@ -130771,7 +131439,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Uri": "System.String"
@@ -130822,7 +131490,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
"HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
@@ -130878,7 +131546,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.HostCaching"
]
@@ -130886,7 +131554,7 @@
"Microsoft.Azure.Management.Compute.Models.HostCaching": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.HostCaching",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -130973,7 +131641,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage"
]
@@ -130981,7 +131649,7 @@
"Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource",
"Lun": "System.Int32",
@@ -131046,7 +131714,7 @@
"Microsoft.Azure.Management.Compute.Models.ReplicationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]",
"AggregatedState": "System.String"
@@ -131097,7 +131765,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus"
]
@@ -131105,7 +131773,7 @@
"Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Progress": "System.Nullable`1[System.Int32]",
"Region": "System.String",
@@ -131166,7 +131834,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -131222,7 +131890,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]"
},
@@ -131268,7 +131936,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM"
]
@@ -131276,7 +131944,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Double]",
"VmSize": "System.String"
@@ -131327,7 +131995,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes"
]
@@ -131335,7 +132003,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -131422,7 +132090,7 @@
"Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView": {
"Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models",
"Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroupInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]"
},
@@ -131459,7 +132127,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName"
]
@@ -131467,7 +132135,7 @@
"Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceViewWithName, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]",
@@ -131528,7 +132196,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus"
]
@@ -131536,7 +132204,7 @@
"Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
"Id": "System.String"
@@ -131587,7 +132255,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskRestorePoints": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]",
"Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]"
@@ -131624,32 +132292,83 @@
"Name": "",
"Parameters": [
{
- "Name": "diskRestorePoints",
+ "Name": "diskRestorePoints",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "statuses",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView"
+ ]
+ },
+ "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView": {
+ "Namespace": "Microsoft.Azure.Management.Compute.Models",
+ "Name": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ReplicationStatus": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus",
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "id",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "statuses",
+ "Name": "replicationStatus",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
- "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView"
- ]
- },
- "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView": {
+ "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
- "Name": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskRestorePointReplicationStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ReplicationStatus": "System.Object",
- "Id": "System.String"
+ "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus",
+ "CompletionPercent": "System.Nullable`1[System.Int32]"
},
"Methods": [
{
@@ -131683,11 +132402,11 @@
"Name": "",
"Parameters": [
{
- "Name": "id",
+ "Name": "status",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
- "Name": "replicationStatus",
+ "Name": "completionPercent",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -131697,7 +132416,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceMetadata, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile",
"HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile",
@@ -131782,7 +132501,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsDisk": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk",
"DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]"
@@ -131837,7 +132556,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings",
@@ -131917,7 +132636,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk"
]
@@ -131925,7 +132644,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
@@ -131996,7 +132715,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiEntityReference]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiEntityReference]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.ApiEntityReference"
]
@@ -132004,7 +132723,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePointCollectionSourceProperties, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String",
"Id": "System.String"
@@ -132055,7 +132774,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RestorePoint]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RestorePoint"
]
@@ -132063,7 +132782,7 @@
"Microsoft.Azure.Management.Compute.Models.RestorePoint": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RestorePoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RestorePoint, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceRestorePoint": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference",
"InstanceView": "Microsoft.Azure.Management.Compute.Models.RestorePointInstanceView",
@@ -132158,7 +132877,7 @@
"Microsoft.Azure.Management.Compute.Models.SnapshotSku": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.SnapshotSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -132227,7 +132946,7 @@
"Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutomaticOSUpgradeSupported": "System.Boolean"
},
@@ -132277,7 +132996,7 @@
"Microsoft.Azure.Management.Compute.Models.OSDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes"
},
@@ -132327,7 +133046,7 @@
"Microsoft.Azure.Management.Compute.Models.PurchasePlan": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PurchasePlan",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Publisher": "System.String",
"Name": "System.String",
@@ -132392,7 +133111,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DataDiskImage"
]
@@ -132400,7 +133119,7 @@
"Microsoft.Azure.Management.Compute.Models.DataDiskImage": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImage",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Lun": "System.Nullable`1[System.Int32]"
},
@@ -132446,7 +133165,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition"
]
@@ -132454,7 +133173,7 @@
"Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Required": "System.Nullable`1[System.Boolean]",
"Name": "System.String",
@@ -132519,7 +133238,7 @@
"Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVaultURL": "System.String",
"KeyEncryptionKeyURL": "System.String",
@@ -132562,7 +133281,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount"
]
@@ -132570,7 +133289,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Count": "System.Nullable`1[System.Int32]",
"Code": "System.String"
@@ -132621,7 +133340,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SuccessfulInstanceCount": "System.Nullable`1[System.Int32]",
"FailedInstanceCount": "System.Nullable`1[System.Int32]",
@@ -132682,7 +133401,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastAction": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]",
"Code": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]",
@@ -132743,7 +133462,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType"
]
@@ -132751,7 +133470,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -132838,7 +133557,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode"
]
@@ -132846,7 +133565,7 @@
"Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -132933,7 +133652,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]",
"Minimum": "System.Nullable`1[System.Int64]",
@@ -132994,7 +133713,7 @@
"System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType"
]
@@ -133002,7 +133721,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -133089,7 +133808,7 @@
"Microsoft.Azure.Commands.Compute.Models.EncryptionStatus": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -133176,7 +133895,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.DiskInstanceView"
]
@@ -133184,7 +133903,7 @@
"Microsoft.Azure.Management.Compute.Models.UsageName": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.UsageName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String",
"LocalizedValue": "System.String"
@@ -133235,7 +133954,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail"
]
@@ -133243,7 +133962,7 @@
"Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PatchInstallationDetail, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classifications": "System.Collections.Generic.IList`1[System.String]",
"PatchId": "System.String",
@@ -133314,7 +134033,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties"
]
@@ -133322,7 +134041,7 @@
"Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties": {
"Namespace": "Microsoft.Azure.Management.Compute.Models",
"Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=54.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties, Microsoft.Azure.Management.Compute, Version=56.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classifications": "System.Collections.Generic.IList`1[System.String]",
"PublishedDate": "System.Nullable`1[System.DateTime]",
@@ -133429,7 +134148,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential"
]
@@ -133437,7 +134156,7 @@
"Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": {
"Namespace": "Microsoft.Azure.Commands.Compute",
"Name": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CredentialName": "System.String",
"KeyVaultName": "System.String"
@@ -133475,7 +134194,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult"
]
@@ -133483,7 +134202,7 @@
"Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": {
"Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM",
"Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Result": "System.Boolean",
"PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]",
@@ -133552,7 +134271,7 @@
"Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk": {
"Namespace": "Microsoft.Azure.Commands.Compute.Models",
"Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.26.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=4.29.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters",
"Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk",
@@ -133606,7 +134325,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes"
]
@@ -133614,7 +134333,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -133692,7 +134411,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.SendAsyncStep, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -133857,16 +134576,276 @@
"Name": "System.Delegate",
"AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus"
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionPublishingProfileAdvancedSettings, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryTargetExtendedLocation, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
+ "SecurityProfileConfidentialVMEncryptionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
+ "ExtendedLocationType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]",
+ "StorageAccountType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
+ "ExtendedLocationReplicaCount": "System.Nullable`1[System.Int32]",
+ "ExtendedLocationName": "System.String",
+ "Name": "System.String",
+ "OSDiskImageDiskEncryptionSetId": "System.String",
+ "SecurityProfileSecureVMDiskEncryptionSetId": "System.String"
+ }
},
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRegionalReplicationStatus, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Lun": "System.Int32"
+ }
+ },
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "CompleteArgument",
+ "Parameters": [
+ {
+ "Name": "commandName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "parameterName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "wordToComplete",
+ "Type": "System.String"
+ },
+ {
+ "Name": "commandAst",
+ "Type": "System.Management.Automation.Language.CommandAst"
+ },
+ {
+ "Name": "fakeBoundParameters",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "e",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "CompleteArgument",
+ "Parameters": [
+ {
+ "Name": "commandName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "parameterName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "wordToComplete",
+ "Type": "System.String"
+ },
+ {
+ "Name": "commandAst",
+ "Type": "System.Management.Automation.Language.CommandAst"
+ },
+ {
+ "Name": "fakeBoundParameters",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "e",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryExtendedLocationType"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "CompleteArgument",
+ "Parameters": [
+ {
+ "Name": "commandName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "parameterName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "wordToComplete",
+ "Type": "System.String"
+ },
+ {
+ "Name": "commandAst",
+ "Type": "System.Management.Automation.Language.CommandAst"
+ },
+ {
+ "Name": "fakeBoundParameters",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "e",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IRegionalReplicationStatus, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]",
"Progress": "System.Nullable`1[System.Int32]",
@@ -133877,7 +134856,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState"
]
@@ -133885,7 +134864,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -133947,50 +134926,38 @@
}
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion"
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion"
},
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.ITargetRegion, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ITargetRegion, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption[]",
+ "EncryptionDataDiskImage": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IDataDiskImageEncryption[]",
+ "SecurityProfileConfidentialVMEncryptionType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ConfidentialVMEncryptionType]",
"StorageAccountType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
"RegionalReplicaCount": "System.Nullable`1[System.Int32]",
"Name": "System.String",
- "OSDiskImageDiskEncryptionSetId": "System.String"
- }
- },
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption"
- },
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IDataDiskImageEncryption, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Lun": "System.Int32"
+ "OSDiskImageDiskEncryptionSetId": "System.String",
+ "SecurityProfileSecureVMDiskEncryptionSetId": "System.String"
}
},
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]": {
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]": {
"Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType"
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState"
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType": {
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -134023,7 +134990,7 @@
"Parameters": [
{
"Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StorageAccountType"
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState"
}
],
"ReturnType": "System.Boolean"
@@ -134052,18 +135019,18 @@
}
]
},
- "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]": {
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]": {
"Namespace": "System",
- "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState"
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState"
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState": {
+ "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -134096,7 +135063,7 @@
"Parameters": [
{
"Name": "e",
- "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.AggregatedReplicationState"
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.GalleryProvisioningState"
}
],
"ReturnType": "System.Boolean"
@@ -134128,7 +135095,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode"
]
@@ -134136,7 +135103,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ReplicationMode, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -134201,13 +135168,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandParameterDefinition, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Required": "System.Nullable`1[System.Boolean]",
"DefaultValue": "System.String",
@@ -134224,13 +135191,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IInstanceViewStatus, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Level": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]",
"Time": "System.Nullable`1[System.DateTime]",
@@ -134242,7 +135209,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes"
]
@@ -134250,7 +135217,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.StatusLevelTypes, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -134315,13 +135282,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter[], Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter"
},
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20210701.IRunCommandInputParameter, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -134330,7 +135297,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState"
]
@@ -134338,7 +135305,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState, Az.Compute.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json b/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json
index f650a35e454b..74b504fe51f8 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ConnectedMachine.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.ConnectedMachine",
- "ModuleVersion": "0.3.0",
+ "ModuleVersion": "0.4.0",
"Cmdlets": [
{
"VerbName": "Connect",
@@ -106,7 +106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -293,7 +293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -309,7 +309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -365,44 +365,62 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachine",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachine, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachine",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachine, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[]",
- "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IDetectedProperties",
- "Extension": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView[]",
+ "AgentConfigurationExtensionsAllowList": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[]",
+ "AgentConfigurationExtensionsBlockList": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[]",
+ "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IDetectedProperties",
+ "Extension": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView[]",
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
"IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]",
"Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes]",
- "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
"LastStatusChange": "System.Nullable`1[System.DateTime]",
- "OSVersion": "System.String",
- "ParentClusterResourceId": "System.String",
- "PrivateLinkScopeResourceId": "System.String",
- "AdFqdn": "System.String",
- "OSSku": "System.String",
- "SystemDataCreatedBy": "System.String",
+ "DnsFqdn": "System.String",
+ "VMUuid": "System.String",
+ "VMId": "System.String",
+ "AgentConfigurationExtensionsEnabled": "System.String",
"SystemDataLastModifiedBy": "System.String",
+ "AgentConfigurationGuestConfigurationEnabled": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "AgentConfigurationProxyUrl": "System.String",
"ProvisioningState": "System.String",
+ "PrivateLinkScopeResourceId": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "OSVersion": "System.String",
+ "OSType": "System.String",
+ "OSSku": "System.String",
"OSProfileComputerName": "System.String",
- "LocationDataDistrict": "System.String",
+ "DomainName": "System.String",
+ "OSName": "System.String",
"LocationDataName": "System.String",
- "VMId": "System.String",
- "LocationDataCountryOrRegion": "System.String",
- "LocationDataCity": "System.String",
- "IdentityTenantId": "System.String",
- "IdentityPrincipalId": "System.String",
+ "ExtensionServiceStartupType": "System.String",
+ "ExtensionServiceStatus": "System.String",
"Fqdn": "System.String",
- "DomainName": "System.String",
- "DnsFqdn": "System.String",
+ "GuestConfigurationServiceStartupType": "System.String",
+ "GuestConfigurationServiceStatus": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "MssqlDiscovered": "System.String",
+ "AdFqdn": "System.String",
"DisplayName": "System.String",
+ "CloudMetadataProvider": "System.String",
"ClientPublicKey": "System.String",
"AgentVersion": "System.String",
- "OSName": "System.String",
- "VMUuid": "System.String"
+ "LocationDataCity": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataDistrict": "System.String",
+ "IdentityTenantId": "System.String",
+ "AgentConfigurationIncomingConnectionsPort": "System.String[]",
+ "AgentConfigurationProxyBypass": "System.String[]"
}
},
"ParameterSets": [
@@ -447,7 +465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.InstanceViewTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.InstanceViewTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.InstanceViewTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -478,7 +496,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -488,7 +506,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -564,7 +582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.InstanceViewTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.InstanceViewTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.InstanceViewTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -629,7 +647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -645,7 +663,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -776,7 +794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -792,7 +810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -908,7 +926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -924,7 +942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -995,12 +1013,12 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -1103,7 +1121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1113,7 +1131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1236,7 +1254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1252,7 +1270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1413,7 +1431,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1429,7 +1447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1590,7 +1608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1606,7 +1624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1677,10 +1695,11 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -1753,7 +1772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1763,7 +1782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1871,7 +1890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1887,7 +1906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2033,7 +2052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2049,7 +2068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2165,7 +2184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2181,7 +2200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2252,12 +2271,12 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -2328,7 +2347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -2347,12 +2366,12 @@
{
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -2456,9 +2475,9 @@
"ProtectedSettings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2477,9 +2496,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2506,7 +2525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -2582,7 +2601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2592,7 +2611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2825,9 +2844,9 @@
"ProtectedSettings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2858,9 +2877,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -2905,7 +2924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3029,7 +3048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3045,7 +3064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3184,12 +3203,12 @@
"ParameterMetadata": {
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -3275,7 +3294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3291,7 +3310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3372,7 +3391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -3520,9 +3539,9 @@
"ProtectedSettings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3553,9 +3572,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -3600,7 +3619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -3724,7 +3743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3740,7 +3759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3821,7 +3840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -3846,12 +3865,12 @@
"ParameterMetadata": {
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -3937,7 +3956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3953,7 +3972,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4083,7 +4102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4099,7 +4118,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4185,10 +4204,11 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -4238,7 +4258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -4257,10 +4277,11 @@
{
"Name": "Parameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -4288,7 +4309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4328,7 +4349,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4338,7 +4359,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4441,7 +4462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4505,7 +4526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4521,7 +4542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4630,10 +4651,11 @@
"ParameterMetadata": {
"Name": "Parameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -4692,7 +4714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4708,7 +4730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4774,7 +4796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -4816,7 +4838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -4880,7 +4902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4896,7 +4918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4962,7 +4984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -4987,10 +5009,11 @@
"ParameterMetadata": {
"Name": "Parameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -5049,7 +5072,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5065,7 +5088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5165,7 +5188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5181,7 +5204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5297,7 +5320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -5340,7 +5363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5350,7 +5373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5484,7 +5507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5500,7 +5523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5581,7 +5604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -5642,7 +5665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5658,7 +5681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5773,7 +5796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5789,7 +5812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5926,7 +5949,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -5978,7 +6001,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5988,7 +6011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6158,7 +6181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6174,7 +6197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6270,7 +6293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -6346,7 +6369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6362,7 +6385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6507,7 +6530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6523,7 +6546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6666,7 +6689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -6718,7 +6741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6728,7 +6751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6883,7 +6906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6899,7 +6922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6995,7 +7018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -7071,7 +7094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7087,7 +7110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7232,7 +7255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7248,7 +7271,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7349,12 +7372,12 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -7423,12 +7446,12 @@
{
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -7532,9 +7555,9 @@
"ProtectedSettings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7553,9 +7576,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -7582,7 +7605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7658,7 +7681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7668,7 +7691,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7829,7 +7852,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7845,7 +7868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7924,12 +7947,12 @@
"ParameterMetadata": {
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
@@ -8075,7 +8098,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8091,7 +8114,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8293,9 +8316,9 @@
"ProtectedSettings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8326,9 +8349,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -8373,7 +8396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8557,7 +8580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8573,7 +8596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8659,10 +8682,11 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -8710,10 +8734,11 @@
{
"Name": "Parameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -8741,7 +8766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8781,7 +8806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8791,7 +8816,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8913,7 +8938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8929,7 +8954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8993,10 +9018,11 @@
"ParameterMetadata": {
"Name": "Parameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -9100,7 +9126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9116,7 +9142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9197,7 +9223,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9306,7 +9332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9322,7 +9348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9435,7 +9461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -9454,11 +9480,11 @@
{
"Name": "ExtensionUpgradeParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpgrade",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IExtensionTarget"
+ "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IExtensionTarget"
}
},
"ValidateNotNullOrEmpty": false
@@ -9508,7 +9534,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9518,7 +9544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9688,7 +9714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9704,7 +9730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9843,11 +9869,11 @@
"ParameterMetadata": {
"Name": "ExtensionUpgradeParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpgrade",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IExtensionTarget"
+ "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IExtensionTarget"
}
},
"ValidateNotNullOrEmpty": false
@@ -9912,7 +9938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9928,7 +9954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10024,7 +10050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -10115,7 +10141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10131,7 +10157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10227,7 +10253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -10252,11 +10278,11 @@
"ParameterMetadata": {
"Name": "ExtensionUpgradeParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpgrade",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpgrade",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpgrade, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IExtensionTarget"
+ "ExtensionTarget": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IExtensionTarget"
}
},
"ValidateNotNullOrEmpty": false
@@ -10321,7 +10347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10337,7 +10363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10482,7 +10508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10498,7 +10524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10589,9 +10615,9 @@
},
{
"VerbName": "Update",
- "NounName": "AzConnectedMachineExtension",
- "Name": "Update-AzConnectedMachineExtension",
- "ClassName": "Update-AzConnectedMachineExtension",
+ "NounName": "AzConnectedMachine",
+ "Name": "Update-AzConnectedMachine",
+ "ClassName": "Update-AzConnectedMachine",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -10599,33 +10625,62 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtension, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachine",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachine, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
+ "ErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[]",
+ "AgentConfigurationExtensionsAllowList": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[]",
+ "AgentConfigurationExtensionsBlockList": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[]",
+ "DetectedProperty": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IDetectedProperties",
+ "Extension": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView[]",
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
- "StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]",
+ "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes]",
"SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
"SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
- "StatusTime": "System.Nullable`1[System.DateTime]",
+ "LastStatusChange": "System.Nullable`1[System.DateTime]",
+ "DnsFqdn": "System.String",
+ "VMUuid": "System.String",
+ "VMId": "System.String",
+ "AgentConfigurationExtensionsEnabled": "System.String",
"SystemDataLastModifiedBy": "System.String",
+ "AgentConfigurationGuestConfigurationEnabled": "System.String",
"SystemDataCreatedBy": "System.String",
- "StatusMessage": "System.String",
- "StatusCode": "System.String",
- "Publisher": "System.String",
+ "AgentConfigurationProxyUrl": "System.String",
"ProvisioningState": "System.String",
- "MachineExtensionType": "System.String",
- "InstanceViewTypeHandlerVersion": "System.String",
- "InstanceViewType": "System.String",
- "InstanceViewName": "System.String",
- "ForceUpdateTag": "System.String",
- "StatusDisplayStatus": "System.String",
- "TypeHandlerVersion": "System.String"
+ "PrivateLinkScopeResourceId": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "OSVersion": "System.String",
+ "OSType": "System.String",
+ "OSSku": "System.String",
+ "OSProfileComputerName": "System.String",
+ "DomainName": "System.String",
+ "OSName": "System.String",
+ "LocationDataName": "System.String",
+ "ExtensionServiceStartupType": "System.String",
+ "ExtensionServiceStatus": "System.String",
+ "Fqdn": "System.String",
+ "GuestConfigurationServiceStartupType": "System.String",
+ "GuestConfigurationServiceStatus": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "MssqlDiscovered": "System.String",
+ "AdFqdn": "System.String",
+ "DisplayName": "System.String",
+ "CloudMetadataProvider": "System.String",
+ "ClientPublicKey": "System.String",
+ "AgentVersion": "System.String",
+ "LocationDataCity": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataDistrict": "System.String",
+ "IdentityTenantId": "System.String",
+ "AgentConfigurationIncomingConnectionsPort": "System.String[]",
+ "AgentConfigurationProxyBypass": "System.String[]"
}
},
"ParameterSets": [
@@ -10634,17 +10689,11 @@
}
],
"Parameters": [
- {
- "Name": "MachineName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10675,7 +10724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -10692,44 +10741,60 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ExtensionParameter",
+ "Name": "Parameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineUpdate, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
- "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
- "ForceUpdateTag": "System.String",
- "Publisher": "System.String",
- "Type": "System.String",
- "TypeHandlerVersion": "System.String"
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]",
+ "CloudMetadataProvider": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "LocationDataCity": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataName": "System.String",
+ "OSProfileComputerName": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String"
}
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AutoUpgradeMinorVersion",
+ "Name": "IdentityType",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableAutomaticUpgrade",
+ "Name": "LinuxConfigurationPatchSettingsAssessmentMode",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ForceRerun",
+ "Name": "LinuxConfigurationPatchSettingsPatchMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "LocationDataCity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10738,19 +10803,16 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
+ "Name": "LocationDataCountryOrRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Publisher",
+ "Name": "LocationDataDistrict",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10759,14 +10821,29 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Setting",
- "AliasList": [
- "Settings"
- ],
+ "Name": "LocationDataName",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ParentClusterResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PrivateLinkScopeResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -10780,20 +10857,20 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Type",
+ "Name": "WindowsConfigurationPatchSettingsAssessmentMode",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "TypeHandlerVersion",
+ "Name": "WindowsConfigurationPatchSettingsPatchMode",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10810,15 +10887,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Break",
"Type": {
@@ -10833,7 +10901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10843,20 +10911,11 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "NoWait",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "Proxy",
"Type": {
@@ -10891,7 +10950,10 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "MachineName",
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10906,7 +10968,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10921,7 +10983,7 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "SubscriptionId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10929,18 +10991,18 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SubscriptionId",
+ "Name": "IdentityType",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10951,11 +11013,11 @@
},
{
"ParameterMetadata": {
- "Name": "AutoUpgradeMinorVersion",
+ "Name": "LinuxConfigurationPatchSettingsAssessmentMode",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10966,11 +11028,11 @@
},
{
"ParameterMetadata": {
- "Name": "EnableAutomaticUpgrade",
+ "Name": "LinuxConfigurationPatchSettingsPatchMode",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10981,7 +11043,7 @@
},
{
"ParameterMetadata": {
- "Name": "ForceRerun",
+ "Name": "LocationDataCity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10996,15 +11058,1467 @@
},
{
"ParameterMetadata": {
- "Name": "ProtectedSetting",
- "AliasList": [
- "ProtectedSettings"
- ],
+ "Name": "LocationDataCountryOrRegion",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationDataDistrict",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationDataName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ParentClusterResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateLinkScopeResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsConfigurationPatchSettingsAssessmentMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsConfigurationPatchSettingsPatchMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "Update",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "MachineName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Parameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineUpdate, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]",
+ "CloudMetadataProvider": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "LocationDataCity": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataName": "System.String",
+ "OSProfileComputerName": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentityExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "ResourceGroupName": "System.String",
+ "ScopeName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxConfigurationPatchSettingsAssessmentMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LinuxConfigurationPatchSettingsPatchMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationDataCity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationDataCountryOrRegion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationDataDistrict",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LocationDataName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ParentClusterResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PrivateLinkScopeResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsConfigurationPatchSettingsAssessmentMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "WindowsConfigurationPatchSettingsPatchMode",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "UpdateViaIdentity",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "ResourceGroupName": "System.String",
+ "ScopeName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Parameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineUpdate, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LinuxConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "WindowsConfigurationPatchSettingsAssessmentMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "LinuxConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "WindowsConfigurationPatchSettingsPatchMode": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]",
+ "CloudMetadataProvider": "System.String",
+ "IdentityPrincipalId": "System.String",
+ "IdentityTenantId": "System.String",
+ "LocationDataCity": "System.String",
+ "LocationDataCountryOrRegion": "System.String",
+ "LocationDataDistrict": "System.String",
+ "LocationDataName": "System.String",
+ "OSProfileComputerName": "System.String",
+ "ParentClusterResourceId": "System.String",
+ "PrivateLinkScopeResourceId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Update",
+ "NounName": "AzConnectedMachineExtension",
+ "Name": "Update-AzConnectedMachineExtension",
+ "ClassName": "Update-AzConnectedMachineExtension",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "UpdateExpanded",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
+ "SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
+ "SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
+ "StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "SystemDataLastModifiedAt": "System.Nullable`1[System.DateTime]",
+ "SystemDataCreatedAt": "System.Nullable`1[System.DateTime]",
+ "StatusTime": "System.Nullable`1[System.DateTime]",
+ "SystemDataLastModifiedBy": "System.String",
+ "SystemDataCreatedBy": "System.String",
+ "StatusMessage": "System.String",
+ "StatusCode": "System.String",
+ "Publisher": "System.String",
+ "ProvisioningState": "System.String",
+ "MachineExtensionType": "System.String",
+ "InstanceViewTypeHandlerVersion": "System.String",
+ "InstanceViewType": "System.String",
+ "InstanceViewName": "System.String",
+ "ForceUpdateTag": "System.String",
+ "StatusDisplayStatus": "System.String",
+ "TypeHandlerVersion": "System.String"
+ }
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ExtensionName": "System.String",
+ "GroupName": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "MachineName": "System.String",
+ "PrivateEndpointConnectionName": "System.String",
+ "PrivateLinkScopeId": "System.String",
+ "ResourceGroupName": "System.String",
+ "ScopeName": "System.String",
+ "SubscriptionId": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ExtensionParameter",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesSettings",
+ "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
+ "EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
+ "ForceUpdateTag": "System.String",
+ "Publisher": "System.String",
+ "Type": "System.String",
+ "TypeHandlerVersion": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoUpgradeMinorVersion",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutomaticUpgrade",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ForceRerun",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Publisher",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Setting",
+ "AliasList": [
+ "Settings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Type",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "TypeHandlerVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzureRMContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSObject",
+ "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Break",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelineAppend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "HttpPipelinePrepend",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NoWait",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Proxy",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyCredential",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.PSCredential",
+ "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ProxyUseDefaultCredentials",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "UpdateExpanded",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "MachineName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SubscriptionId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoUpgradeMinorVersion",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutomaticUpgrade",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForceRerun",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ProtectedSetting",
+ "AliasList": [
+ "ProtectedSettings"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -11034,9 +12548,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11145,7 +12659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11161,7 +12675,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11300,12 +12814,12 @@
"ParameterMetadata": {
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesSettings",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"ForceUpdateTag": "System.String",
@@ -11376,7 +12890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11392,7 +12906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11473,7 +12987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -11546,9 +13060,9 @@
"ProtectedSettings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11579,9 +13093,9 @@
"Settings"
],
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -11690,7 +13204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11706,7 +13220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11787,7 +13301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -11812,12 +13326,12 @@
"ParameterMetadata": {
"Name": "ExtensionParameter",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdate",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdate, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
+ "ProtectedSetting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "Setting": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesSettings",
"AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]",
"EnableAutomaticUpgrade": "System.Nullable`1[System.Boolean]",
"ForceUpdateTag": "System.String",
@@ -11888,7 +13402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11904,7 +13418,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12034,7 +13548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12050,7 +13564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12136,10 +13650,11 @@
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IHybridComputePrivateLinkScope, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
"SystemDataCreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"SystemDataLastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
"PublicNetworkAccess": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
@@ -12189,7 +13704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -12208,11 +13723,11 @@
{
"Name": "PrivateLinkScopeTag",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResource, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResource, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResourceTags"
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResourceTags"
}
},
"ValidateNotNullOrEmpty": false
@@ -12253,7 +13768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12263,7 +13778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12400,7 +13915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12416,7 +13931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12525,11 +14040,11 @@
"ParameterMetadata": {
"Name": "PrivateLinkScopeTag",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResource, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResource, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResourceTags"
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResourceTags"
}
},
"ValidateNotNullOrEmpty": false
@@ -12579,7 +14094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12595,7 +14110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12661,7 +14176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -12737,7 +14252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12753,7 +14268,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12819,7 +14334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtensionName": "System.String",
"GroupName": "System.String",
@@ -12844,11 +14359,11 @@
"ParameterMetadata": {
"Name": "PrivateLinkScopeTag",
"Type": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResource, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResource",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResource, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResourceTags"
+ "Tag": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResourceTags"
}
},
"ValidateNotNullOrEmpty": false
@@ -12898,7 +14413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12914,7 +14429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13014,7 +14529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13030,7 +14545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13141,7 +14656,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.SendAsyncStep, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -13324,13 +14839,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo[]",
"Detail": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorDetail[]",
@@ -13342,13 +14857,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo"
},
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20.IErrorAdditionalInfo, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Info": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
"Type": "System.String"
@@ -13357,23 +14872,38 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IAny, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IConfigurationExtension, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Publisher": "System.String",
+ "Type": "System.String"
+ }
},
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IDetectedProperties": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IDetectedProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IDetectedProperties, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IDetectedProperties": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IDetectedProperties",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IDetectedProperties, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView[]": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView[], Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView"
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView"
},
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IMachineExtensionInstanceView, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionInstanceView, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusLevel": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
"StatusTime": "System.Nullable`1[System.DateTime]",
@@ -13388,7 +14918,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes"
]
@@ -13396,7 +14926,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusLevelTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -13484,10 +15014,83 @@
"Name": "System.DateTime",
"AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "CompleteArgument",
+ "Parameters": [
+ {
+ "Name": "commandName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "parameterName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "wordToComplete",
+ "Type": "System.String"
+ },
+ {
+ "Name": "commandAst",
+ "Type": "System.Management.Automation.Language.CommandAst"
+ },
+ {
+ "Name": "fakeBoundParameters",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "e",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.AssessmentModeTypes"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType"
]
@@ -13495,7 +15098,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.CreatedByType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -13557,10 +15160,83 @@
}
]
},
+ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes]",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes"
+ ]
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Methods": [
+ {
+ "Name": "CompleteArgument",
+ "Parameters": [
+ {
+ "Name": "commandName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "parameterName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "wordToComplete",
+ "Type": "System.String"
+ },
+ {
+ "Name": "commandAst",
+ "Type": "System.Management.Automation.Language.CommandAst"
+ },
+ {
+ "Name": "fakeBoundParameters",
+ "Type": "System.Collections.IDictionary"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[System.Management.Automation.CompletionResult]"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "e",
+ "Type": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PatchModeTypes"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ }
+ ]
+ },
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType"
]
@@ -13568,7 +15244,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.ResourceIdentityType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -13633,7 +15309,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes"
]
@@ -13641,7 +15317,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.StatusTypes, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -13703,6 +15379,22 @@
}
]
},
+ "System.String[]": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesProtectedSettings, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionPropertiesSettings, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"System.Nullable`1[System.Boolean]": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
@@ -13711,10 +15403,32 @@
"System.Boolean"
]
},
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel[], Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IPrivateEndpointConnectionDataModel, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String",
+ "Name": "System.String",
+ "PrivateEndpointId": "System.String",
+ "PrivateLinkServiceConnectionStateActionsRequired": "System.String",
+ "PrivateLinkServiceConnectionStateDescription": "System.String",
+ "PrivateLinkServiceConnectionStateStatus": "System.String",
+ "ProvisioningState": "System.String",
+ "Type": "System.String",
+ "GroupId": "System.String[]"
+ }
+ },
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType"
]
@@ -13722,7 +15436,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Support.PublicNetworkAccessType, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -13784,15 +15498,25 @@
}
]
},
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IExtensionTarget": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IExtensionTarget",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.IExtensionTarget, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IExtensionTarget": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IExtensionTarget",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IExtensionTarget, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesProtectedSettings": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesProtectedSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesProtectedSettings, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesSettings": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesSettings",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.IMachineExtensionUpdatePropertiesSettings, Az.ConnectedMachine.private, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResourceTags": {
- "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520",
- "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResourceTags",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20210520.ITagsResourceTags, Az.ConnectedMachine.private, Version=0.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResourceTags": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResourceTags",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20220310.ITagsResourceTags, Az.ConnectedMachine.private, Version=0.3.0.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 be79b5f6e09a..8bb519c0f0bb 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.8.0",
+ "ModuleVersion": "1.8.2",
"Cmdlets": [
{
"VerbName": "Get",
@@ -16,7 +16,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -351,7 +351,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -606,7 +606,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -711,7 +711,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -796,7 +796,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -990,7 +990,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1095,7 +1095,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -1181,7 +1181,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1375,7 +1375,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -1480,7 +1480,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1574,7 +1574,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1753,7 +1753,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1828,7 +1828,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -1923,7 +1923,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2056,7 +2056,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2147,7 +2147,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -2224,7 +2224,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2427,7 +2427,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2505,7 +2505,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2590,7 +2590,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -2784,7 +2784,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -2889,7 +2889,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -2975,7 +2975,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -3169,7 +3169,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -3274,7 +3274,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3350,7 +3350,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3547,7 +3547,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3622,7 +3622,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -3717,7 +3717,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3896,7 +3896,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3971,7 +3971,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties",
"Id": "System.String",
@@ -4116,7 +4116,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4192,7 +4192,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4389,7 +4389,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4464,7 +4464,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSMongoDBBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -4763,7 +4763,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -4858,7 +4858,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5037,7 +5037,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5112,7 +5112,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -5197,7 +5197,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5391,7 +5391,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5496,7 +5496,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -5582,7 +5582,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5776,7 +5776,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -5881,7 +5881,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbCollectionGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -5969,7 +5969,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -6091,7 +6091,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -6186,7 +6186,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableMongodbDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -6265,7 +6265,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -6371,7 +6371,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -6465,7 +6465,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -6569,7 +6569,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -6705,7 +6705,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -6828,7 +6828,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -7025,7 +7025,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7101,7 +7101,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7298,7 +7298,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7373,7 +7373,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.CosmosDB.Models.Restore.PSSqlBackupInformation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LatestRestorableTimestamp": "System.String"
},
@@ -7672,7 +7672,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -7767,7 +7767,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7946,7 +7946,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8021,7 +8021,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8106,7 +8106,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8300,7 +8300,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8405,7 +8405,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -8491,7 +8491,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8685,7 +8685,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -8790,7 +8790,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer",
"Id": "System.String",
@@ -8879,7 +8879,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -9001,7 +9001,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -9096,7 +9096,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabaseGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Database": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase",
"Name": "System.String",
@@ -9176,7 +9176,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -9282,7 +9282,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -9376,7 +9376,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -9480,7 +9480,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -9616,7 +9616,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableDatabaseAccountGetResult, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RestorableLocations": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[]",
"CreationTime": "System.Nullable`1[System.DateTime]",
@@ -9739,7 +9739,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -9823,7 +9823,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10017,7 +10017,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10122,7 +10122,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -10207,7 +10207,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10401,7 +10401,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -10506,7 +10506,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10609,7 +10609,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10803,7 +10803,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10878,7 +10878,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10981,7 +10981,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11175,7 +11175,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11250,7 +11250,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11353,7 +11353,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11547,7 +11547,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11622,7 +11622,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11707,7 +11707,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -11901,7 +11901,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12006,7 +12006,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -12092,7 +12092,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12286,7 +12286,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -12391,7 +12391,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12476,7 +12476,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12625,7 +12625,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12716,7 +12716,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -12808,7 +12808,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -12822,7 +12822,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -12986,7 +12986,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -13037,7 +13037,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13128,7 +13128,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -13196,7 +13196,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -13242,7 +13242,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13372,7 +13372,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -13485,7 +13485,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13666,7 +13666,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -13743,7 +13743,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13759,7 +13759,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13995,7 +13995,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14078,7 +14078,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14168,7 +14168,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -14236,7 +14236,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -14282,7 +14282,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14412,7 +14412,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -14525,7 +14525,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14706,7 +14706,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -14783,7 +14783,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14799,7 +14799,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15035,7 +15035,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15118,7 +15118,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15208,7 +15208,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -15285,7 +15285,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15301,7 +15301,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15537,7 +15537,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15620,7 +15620,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15710,7 +15710,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -15778,7 +15778,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -15824,7 +15824,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15954,7 +15954,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -16067,7 +16067,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16248,7 +16248,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -16325,7 +16325,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16341,7 +16341,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16577,7 +16577,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16660,7 +16660,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16750,7 +16750,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -16818,7 +16818,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -16864,7 +16864,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16994,7 +16994,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17107,7 +17107,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17288,7 +17288,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -17356,7 +17356,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17402,7 +17402,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17532,7 +17532,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17645,7 +17645,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17826,7 +17826,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -17990,7 +17990,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -18080,7 +18080,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -18328,7 +18328,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -18442,7 +18442,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -18833,7 +18833,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": true
@@ -18947,7 +18947,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -19240,7 +19240,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -19549,7 +19549,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -19669,7 +19669,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -19846,7 +19846,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -20023,7 +20023,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20078,7 +20078,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -20222,7 +20222,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -20488,7 +20488,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -20629,7 +20629,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -20695,7 +20695,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
},
"ValidateNotNullOrEmpty": true
@@ -20715,7 +20715,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
},
"ValidateNotNullOrEmpty": true
@@ -20751,7 +20751,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
},
"ValidateNotNullOrEmpty": true
@@ -20783,7 +20783,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
},
"ValidateNotNullOrEmpty": true
@@ -20837,7 +20837,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20892,7 +20892,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -21069,7 +21069,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -21083,7 +21083,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21257,7 +21257,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -21395,7 +21395,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -21446,7 +21446,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21555,7 +21555,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -21613,7 +21613,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -21717,7 +21717,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -21741,7 +21741,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -21861,7 +21861,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -21961,7 +21961,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22028,7 +22028,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22083,7 +22083,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22157,7 +22157,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -22339,7 +22339,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -22401,7 +22401,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -22578,7 +22578,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -22780,7 +22780,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -22835,7 +22835,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -22979,7 +22979,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -23245,7 +23245,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -23386,7 +23386,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23490,7 +23490,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -23574,7 +23574,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -23613,7 +23613,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -23627,7 +23627,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -23729,7 +23729,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -23855,7 +23855,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -23918,7 +23918,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -23984,7 +23984,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -24110,7 +24110,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -24173,7 +24173,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -24224,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24261,7 +24261,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -24387,7 +24387,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -24450,7 +24450,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -24508,7 +24508,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -24570,7 +24570,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -24644,7 +24644,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -24695,7 +24695,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -24749,7 +24749,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -24812,7 +24812,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -25020,7 +25020,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -25089,7 +25089,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -25099,7 +25099,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -25109,7 +25109,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -25176,7 +25176,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -25192,7 +25192,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -25208,7 +25208,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -25311,7 +25311,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -25373,7 +25373,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -25552,7 +25552,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -25603,7 +25603,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -25747,7 +25747,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -25808,7 +25808,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -25862,7 +25862,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -25898,7 +25898,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -25952,7 +25952,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -26183,7 +26183,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26238,7 +26238,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -26412,7 +26412,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -26422,7 +26422,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26593,7 +26593,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -26724,7 +26724,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -26771,7 +26771,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26877,7 +26877,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -26931,7 +26931,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26986,7 +26986,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -27130,7 +27130,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27396,7 +27396,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -27537,7 +27537,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
"Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions"
@@ -27752,7 +27752,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]"
},
@@ -27931,7 +27931,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -28108,7 +28108,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -28300,7 +28300,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28355,7 +28355,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -28484,7 +28484,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -28568,7 +28568,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -28607,7 +28607,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -28621,7 +28621,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -28646,7 +28646,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28748,7 +28748,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -28874,7 +28874,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -28937,7 +28937,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -28957,7 +28957,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -29040,7 +29040,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -29166,7 +29166,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -29229,7 +29229,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -29249,7 +29249,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -29317,7 +29317,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29354,7 +29354,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -29480,7 +29480,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -29543,7 +29543,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -29563,7 +29563,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -29638,7 +29638,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -29693,7 +29693,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -29837,7 +29837,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -30103,7 +30103,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -30244,7 +30244,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -30318,7 +30318,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -30369,7 +30369,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
},
"ValidateNotNullOrEmpty": true
@@ -30423,7 +30423,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -30631,7 +30631,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -30690,7 +30690,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -30700,7 +30700,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -30710,7 +30710,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -30777,7 +30777,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
},
"ValidateNotNullOrEmpty": true
@@ -30793,7 +30793,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
},
"ValidateNotNullOrEmpty": true
@@ -30809,7 +30809,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[][], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[]"
},
"ValidateNotNullOrEmpty": true
@@ -30912,7 +30912,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -31032,7 +31032,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -31392,7 +31392,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -31497,7 +31497,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -31624,7 +31624,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -31636,7 +31636,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -31880,7 +31880,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -32104,7 +32104,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -32250,7 +32250,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -32268,7 +32268,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -32421,7 +32421,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -32600,7 +32600,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -32655,7 +32655,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -32802,7 +32802,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33026,7 +33026,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33116,7 +33116,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33171,7 +33171,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -33336,7 +33336,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33620,7 +33620,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -33740,7 +33740,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -33884,7 +33884,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -33938,7 +33938,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -33974,7 +33974,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey"
},
"ValidateNotNullOrEmpty": true
@@ -34028,7 +34028,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34083,7 +34083,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -34230,7 +34230,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34454,7 +34454,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34544,7 +34544,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -34599,7 +34599,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -34743,7 +34743,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -35009,7 +35009,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -35150,7 +35150,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -35333,7 +35333,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -35388,7 +35388,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -36158,7 +36158,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -36211,7 +36211,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ConflictingResourceException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -36322,7 +36322,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36632,7 +36632,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37100,7 +37100,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -37357,7 +37357,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -37588,7 +37588,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37730,7 +37730,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37910,7 +37910,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38067,7 +38067,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38238,7 +38238,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38380,7 +38380,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38560,7 +38560,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38717,7 +38717,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -38897,7 +38897,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39054,7 +39054,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39225,7 +39225,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39367,7 +39367,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39547,7 +39547,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39704,7 +39704,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -39875,7 +39875,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40017,7 +40017,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -40178,7 +40178,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -40193,7 +40193,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -40380,7 +40380,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -40478,7 +40478,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -40638,7 +40638,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -40654,7 +40654,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -40841,7 +40841,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -40939,7 +40939,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -41128,7 +41128,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41300,7 +41300,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41489,7 +41489,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41661,7 +41661,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -41850,7 +41850,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42022,7 +42022,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42193,7 +42193,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42335,7 +42335,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42506,7 +42506,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42733,7 +42733,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42943,7 +42943,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -42975,7 +42975,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -43199,7 +43199,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -43341,7 +43341,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -43431,7 +43431,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -43564,7 +43564,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -43654,7 +43654,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -43791,7 +43791,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore"
},
"ValidateNotNullOrEmpty": false
@@ -43860,7 +43860,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -43957,7 +43957,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -44131,7 +44131,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -44470,7 +44470,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -44707,7 +44707,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -44929,7 +44929,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -45336,7 +45336,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -45773,7 +45773,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -46017,7 +46017,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46142,7 +46142,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46454,7 +46454,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46575,7 +46575,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46691,7 +46691,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -46710,7 +46710,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -46837,7 +46837,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -46915,7 +46915,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -47008,7 +47008,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -47070,7 +47070,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -47138,7 +47138,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation"
},
"ValidateNotNullOrEmpty": false
@@ -47207,7 +47207,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -47262,7 +47262,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -47406,7 +47406,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -47452,7 +47452,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -47688,7 +47688,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -47822,7 +47822,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -47933,7 +47933,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -48001,7 +48001,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -48047,7 +48047,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48213,7 +48213,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -48347,7 +48347,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48570,7 +48570,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48625,7 +48625,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -48802,7 +48802,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -48816,7 +48816,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48832,7 +48832,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49006,7 +49006,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -49144,7 +49144,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -49195,7 +49195,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49304,7 +49304,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -49355,7 +49355,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49464,7 +49464,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -49522,7 +49522,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -49599,7 +49599,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49615,7 +49615,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49908,7 +49908,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50012,7 +50012,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50123,7 +50123,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -50218,7 +50218,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -50242,7 +50242,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50258,7 +50258,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -50361,7 +50361,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -50446,7 +50446,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50468,7 +50468,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -50535,7 +50535,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -50602,7 +50602,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource",
"Id": "System.String",
@@ -50622,7 +50622,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -50696,7 +50696,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -50751,7 +50751,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -50895,7 +50895,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -50941,7 +50941,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51177,7 +51177,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -51311,7 +51311,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51422,7 +51422,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -51490,7 +51490,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -51536,7 +51536,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -51702,7 +51702,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -51836,7 +51836,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52059,7 +52059,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52114,7 +52114,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -52243,7 +52243,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -52327,7 +52327,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -52366,7 +52366,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -52380,7 +52380,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52396,7 +52396,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -52498,7 +52498,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -52624,7 +52624,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -52687,7 +52687,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -52753,7 +52753,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -52879,7 +52879,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -52942,7 +52942,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -52993,7 +52993,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53030,7 +53030,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -53156,7 +53156,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -53219,7 +53219,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -53270,7 +53270,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53307,7 +53307,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -53433,7 +53433,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -53496,7 +53496,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -53554,7 +53554,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -53631,7 +53631,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53647,7 +53647,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -53940,7 +53940,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54044,7 +54044,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54155,7 +54155,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54210,7 +54210,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -54384,7 +54384,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -54394,7 +54394,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54410,7 +54410,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54581,7 +54581,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -54712,7 +54712,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -54759,7 +54759,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -54865,7 +54865,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -54912,7 +54912,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55018,7 +55018,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
},
"ValidateNotNullOrEmpty": true
@@ -55072,7 +55072,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -55149,7 +55149,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55165,7 +55165,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55458,7 +55458,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55562,7 +55562,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55673,7 +55673,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55728,7 +55728,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -55872,7 +55872,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -55918,7 +55918,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56154,7 +56154,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -56288,7 +56288,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56399,7 +56399,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -56467,7 +56467,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -56513,7 +56513,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -56679,7 +56679,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -56813,7 +56813,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57036,7 +57036,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57091,7 +57091,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -57220,7 +57220,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -57304,7 +57304,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -57343,7 +57343,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -57357,7 +57357,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57385,7 +57385,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -57487,7 +57487,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -57613,7 +57613,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -57676,7 +57676,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -57760,7 +57760,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -57886,7 +57886,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -57949,7 +57949,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -58018,7 +58018,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58055,7 +58055,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -58181,7 +58181,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -58244,7 +58244,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -58313,7 +58313,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58350,7 +58350,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -58476,7 +58476,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
}
@@ -58539,7 +58539,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -58615,7 +58615,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -58692,7 +58692,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -58708,7 +58708,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59001,7 +59001,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59105,7 +59105,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59216,7 +59216,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59271,7 +59271,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -59415,7 +59415,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -59461,7 +59461,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59697,7 +59697,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -59831,7 +59831,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -59942,7 +59942,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -60010,7 +60010,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -60056,7 +60056,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60222,7 +60222,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -60356,7 +60356,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -60579,7 +60579,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -60634,7 +60634,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -60790,7 +60790,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -60806,7 +60806,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -61028,7 +61028,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -61081,7 +61081,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleAssignmentGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Scope": "System.String",
@@ -61171,7 +61171,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -61226,7 +61226,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -61376,7 +61376,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -61400,7 +61400,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -61446,7 +61446,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -61581,7 +61581,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -61711,7 +61711,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSPermission"
]
@@ -61747,7 +61747,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -61830,7 +61830,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlRoleDefinitionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -61921,7 +61921,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -61976,7 +61976,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -62123,7 +62123,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62139,7 +62139,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62363,7 +62363,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62446,7 +62446,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62536,7 +62536,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62591,7 +62591,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -62756,7 +62756,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -62772,7 +62772,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63056,7 +63056,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63169,7 +63169,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63289,7 +63289,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63344,7 +63344,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -63491,7 +63491,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63507,7 +63507,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63731,7 +63731,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63814,7 +63814,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63904,7 +63904,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -63959,7 +63959,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Exceptions.ResourceNotFoundException, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.Collections.IDictionary",
"InnerException": "System.Exception",
@@ -64103,7 +64103,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64149,7 +64149,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64385,7 +64385,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64519,7 +64519,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64630,7 +64630,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleSettings": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource",
"Throughput": "System.Int32",
@@ -64698,7 +64698,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -64744,7 +64744,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -64910,7 +64910,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AnalyticalStorageConfiguration": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration",
"ApiProperties": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties",
@@ -65044,7 +65044,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetResults, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resource": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65267,7 +65267,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65334,7 +65334,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -65650,7 +65650,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66189,7 +66189,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -66254,7 +66254,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -66268,7 +66268,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66461,7 +66461,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties",
"Name": "System.String",
@@ -66560,7 +66560,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -66904,7 +66904,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAnalyticalStorageConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SchemaType": "System.String"
},
@@ -67008,7 +67008,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSApiProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServerVersion": "System.String"
},
@@ -67051,7 +67051,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupPolicyMigrationState": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState",
"BackupIntervalInMinutes": "System.Nullable`1[System.Int32]",
@@ -67105,7 +67105,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSBackupPolicyMigrationState, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartTime": "System.Nullable`1[System.DateTime]",
"TargetType": "System.String",
@@ -67280,7 +67280,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSRestoreParameters, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DatabasesToRestore": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[]",
"RestoreTimestampInUtc": "System.DateTime",
@@ -67332,13 +67332,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseToRestore, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "ToSDKModel",
@@ -68587,7 +68587,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraKeyspaceGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -68638,7 +68638,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSAutoscaleSettingsResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MaxThroughput": "System.Int32",
"TargetMaxThroughput": "System.Nullable`1[System.Int32]"
@@ -68685,7 +68685,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Schema": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema",
"DefaultTtl": "System.Nullable`1[System.Int32]",
@@ -68734,7 +68734,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraSchema, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -68792,7 +68792,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey"
]
@@ -68800,7 +68800,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCassandraPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -68902,7 +68902,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey"
]
@@ -68910,7 +68910,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"OrderBy": "System.String"
@@ -69018,7 +69018,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSColumn"
]
@@ -69026,7 +69026,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSColumn, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -69214,7 +69214,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlClientEncryptionKeyGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyWrapMetaData": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata",
"WrappedDataEncryptionKey": "System.Byte[]",
@@ -69266,7 +69266,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSKeyWrapMetadata, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -69386,7 +69386,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -69437,7 +69437,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -69483,7 +69483,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSGremlinGraphGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
"PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
@@ -69537,7 +69537,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "System.String",
"ConflictResolutionPath": "System.String",
@@ -69651,7 +69651,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]",
"Version": "System.Nullable`1[System.Int32]",
@@ -69699,7 +69699,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexingPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -69760,7 +69760,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath"
]
@@ -69768,7 +69768,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSExcludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -69870,7 +69870,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath"
]
@@ -69878,7 +69878,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Indexes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes]",
"Path": "System.String"
@@ -69935,7 +69935,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes"
]
@@ -69943,7 +69943,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Precision": "System.Nullable`1[System.Int32]",
"DataType": "System.String",
@@ -70116,7 +70116,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec"
]
@@ -70124,7 +70124,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSpatialSpec, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Types": "System.Collections.Generic.IList`1[System.String]",
"Path": "System.String"
@@ -70232,7 +70232,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath]"
]
@@ -70240,7 +70240,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath"
]
@@ -70248,7 +70248,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"Order": "System.String"
@@ -70467,7 +70467,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKeyPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UniqueKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey]"
},
@@ -70523,7 +70523,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey"
]
@@ -70531,7 +70531,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -70677,7 +70677,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocationProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupStorageRedundancies": "System.Collections.Generic.IList`1[System.String]",
"IsResidencyRestricted": "System.Nullable`1[System.Boolean]",
@@ -70725,7 +70725,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBCollectionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -70774,7 +70774,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex"
]
@@ -70782,7 +70782,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndex, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys",
"Options": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions"
@@ -70839,7 +70839,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexKeys, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Keys": "System.Collections.Generic.IList`1[System.String]"
},
@@ -70941,7 +70941,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoIndexOptions, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Unique": "System.Nullable`1[System.Boolean]",
"ExpireAfterSeconds": "System.Nullable`1[System.Int32]"
@@ -71100,7 +71100,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSMongoDBDatabaseGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -71149,7 +71149,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlDatabasePropertiesResourceDatabase, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -71201,13 +71201,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableLocationResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTime": "System.Nullable`1[System.DateTime]",
"DeletionTime": "System.Nullable`1[System.DateTime]",
@@ -71256,7 +71256,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlContainerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientEncryptionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy",
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
@@ -71312,7 +71312,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionPolicy, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IncludedPaths": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath]",
"PolicyFormatVersion": "System.Int32"
@@ -71373,7 +71373,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath"
]
@@ -71381,7 +71381,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClientEncryptionIncludedPath, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String",
"ClientEncryptionKeyId": "System.String",
@@ -71558,7 +71558,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.CosmosDB.Models.PSRestorableSqlContainerPropertiesResourceContainer, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConflictResolutionPolicy": "Microsoft.Azure.Commands.CosmosDB.Models.PSConflictResolutionPolicy",
"PartitionKey": "Microsoft.Azure.Commands.CosmosDB.Models.PSContainerPartitionKey",
@@ -71672,7 +71672,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlStoredProcedureGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -71722,7 +71722,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlTriggerGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -71774,7 +71774,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUserDefinedFunctionGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -71824,7 +71824,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSTableGetPropertiesResource, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"_ts": "System.Object",
"Id": "System.String",
@@ -71873,7 +71873,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSClusterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -71930,7 +71930,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddress": "System.String"
},
@@ -71976,7 +71976,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate"
]
@@ -71984,7 +71984,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCertificate, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Pem": "System.String"
},
@@ -72030,7 +72030,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.CosmosDB.Models.PSSeedNode"
]
@@ -72038,7 +72038,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSDataCenterResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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]",
@@ -72086,7 +72086,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSLocation, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsZoneRedundant": "System.Nullable`1[System.Boolean]",
"FailoverPriority": "System.Nullable`1[System.Int32]",
@@ -72161,7 +72161,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreMissingVNetServiceEndpoint": "System.Nullable`1[System.Boolean]",
"Id": "System.String"
@@ -72233,13 +72233,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSCompositePath[], Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSSqlUniqueKey, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Paths": "System.Collections.Generic.IList`1[System.String]"
},
@@ -72285,7 +72285,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.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.CosmosDB.Models.PSPermission, Microsoft.Azure.PowerShell.Cmdlets.CosmosDB, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataActions": "System.Collections.Generic.IList`1[System.String]"
},
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
index e8dc09a754ee..325e882500d7 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.DataFactory.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.DataFactory",
- "ModuleVersion": "1.16.7",
+ "ModuleVersion": "1.16.8",
"Cmdlets": [
{
"VerbName": "Add",
@@ -78,7 +78,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -286,7 +286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -507,7 +507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -574,7 +574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -724,7 +724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -863,7 +863,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1081,7 +1081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSActivityWindow, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutputDatasets": "System.Collections.Generic.IList`1[System.String]",
"InputDatasets": "System.Collections.Generic.IList`1[System.String]",
@@ -1161,7 +1161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -1346,7 +1346,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2085,7 +2085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -2147,7 +2147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2218,7 +2218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2417,7 +2417,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -2485,7 +2485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2556,7 +2556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2755,7 +2755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -2814,7 +2814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -2888,7 +2888,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3087,7 +3087,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -3154,7 +3154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3262,7 +3262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3415,7 +3415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -3473,7 +3473,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3544,7 +3544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3743,7 +3743,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -3810,7 +3810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -3918,7 +3918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4071,7 +4071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSliceRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"DataSliceEnd": "System.DateTime",
@@ -4141,7 +4141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4221,7 +4221,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4465,7 +4465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataSlice, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Start": "System.DateTime",
"End": "System.DateTime",
@@ -4537,7 +4537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4693,7 +4693,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4906,7 +4906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5123,7 +5123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"ActivityRunStart": "System.Nullable`1[System.DateTime]",
@@ -5245,7 +5245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5386,7 +5386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5619,7 +5619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -5709,7 +5709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -5872,7 +5872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6015,7 +6015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CoreCount": "System.Nullable`1[System.Int32]",
"TimeToLiveInMinutes": "System.Nullable`1[System.Int32]",
@@ -6085,7 +6085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6197,7 +6197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6355,7 +6355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -6444,7 +6444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6607,7 +6607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -6750,7 +6750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -6811,7 +6811,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
"DataFlowEnableCleanUp": "System.Nullable`1[System.Boolean]",
@@ -6897,7 +6897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -6958,7 +6958,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationType": "System.String",
"Name": "System.String",
@@ -7074,7 +7074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7321,7 +7321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7397,7 +7397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -7495,7 +7495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7666,7 +7666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -7758,7 +7758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]",
"IntegrationRuntimeName": "System.String",
@@ -7865,7 +7865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8036,7 +8036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8128,7 +8128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]",
"ResourceGroupName": "System.String",
@@ -8198,7 +8198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -8347,7 +8347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8636,7 +8636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8727,7 +8727,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint"
]
@@ -8785,7 +8785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -8956,7 +8956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -9048,7 +9048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -9136,7 +9136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9299,7 +9299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9442,7 +9442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -9531,7 +9531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9694,7 +9694,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -9837,7 +9837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -9912,7 +9912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10014,7 +10014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10088,7 +10088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10412,7 +10412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -10501,7 +10501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10664,7 +10664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -10807,7 +10807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -10909,7 +10909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11023,7 +11023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -11229,7 +11229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerSubscriptionStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TriggerName": "System.String",
"Status": "System.String"
@@ -11296,7 +11296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -11446,7 +11446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -11585,7 +11585,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionCommandResult, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"Status": "System.String"
@@ -11718,7 +11718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12052,7 +12052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -12391,7 +12391,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -12562,7 +12562,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -12667,7 +12667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -12792,7 +12792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -12922,7 +12922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -13392,7 +13392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -13460,7 +13460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13509,7 +13509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13575,7 +13575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13785,7 +13785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -13912,7 +13912,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14247,7 +14247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Availability": "Microsoft.Azure.Management.DataFactories.Common.Models.Availability",
"Policy": "Microsoft.Azure.Management.DataFactories.Common.Models.Policy",
@@ -14309,7 +14309,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14398,7 +14398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14700,7 +14700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14851,7 +14851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15279,7 +15279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -15347,7 +15347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15427,7 +15427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15671,7 +15671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGatewayAuthKey, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key1": "System.String",
"Key2": "System.String"
@@ -15730,7 +15730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15817,7 +15817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16073,7 +16073,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSHub",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSHub, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties",
"HubName": "System.String",
@@ -16158,7 +16158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16296,7 +16296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16509,7 +16509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties",
"LinkedServiceName": "System.String",
@@ -16567,7 +16567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16656,7 +16656,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -16945,7 +16945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.PipelineProperties",
"PipelineName": "System.String",
@@ -17012,7 +17012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17168,7 +17168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -17381,7 +17381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthKey1": "System.String",
"AuthKey2": "System.String"
@@ -17501,7 +17501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -17805,7 +17805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -17943,7 +17943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -18151,7 +18151,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -18303,7 +18303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18444,7 +18444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18589,7 +18589,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18727,7 +18727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18929,7 +18929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19009,7 +19009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19287,7 +19287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19413,7 +19413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19624,7 +19624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19762,7 +19762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -19985,7 +19985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20111,7 +20111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20334,7 +20334,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -20479,7 +20479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -20702,7 +20702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -20901,7 +20901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -21156,7 +21156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -21330,7 +21330,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -21587,7 +21587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -21879,7 +21879,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22040,7 +22040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22329,7 +22329,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -22445,7 +22445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -22618,7 +22618,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -22826,7 +22826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -23000,7 +23000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -23209,7 +23209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23383,7 +23383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23592,7 +23592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -23790,7 +23790,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -24044,7 +24044,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24155,7 +24155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24314,7 +24314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSRunLogInfo, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SasUri": "System.String",
"StorageAccountName": "System.String",
@@ -24372,7 +24372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24461,7 +24461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24750,7 +24750,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactoryGateway, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreateTime": "System.Nullable`1[System.DateTime]",
"RegisterTime": "System.Nullable`1[System.DateTime]",
@@ -24818,7 +24818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24898,7 +24898,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25167,7 +25167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25374,7 +25374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25704,7 +25704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -25901,7 +25901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -26196,7 +26196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -26365,7 +26365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -28469,7 +28469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -28701,7 +28701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -29038,7 +29038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -29370,7 +29370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlow, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.DataFlow",
"Name": "System.String",
@@ -29769,7 +29769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset",
"Structure": "System.Object",
@@ -30170,7 +30170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -30264,7 +30264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -31861,7 +31861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32352,7 +32352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -32557,7 +32557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService",
"Name": "System.String",
@@ -32957,7 +32957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]",
"Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]",
@@ -33358,7 +33358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -33759,7 +33759,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSession, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SessionId": "System.String",
"Status": "System.String"
@@ -33844,7 +33844,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -34022,7 +34022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -34228,7 +34228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastOperation": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult",
"ExpressCustomSetup": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.CustomSetupBase]",
@@ -34376,7 +34376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -34623,7 +34623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -34699,7 +34699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -34779,7 +34779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -34953,7 +34953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -35196,7 +35196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -35383,7 +35383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -35695,7 +35695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -35942,7 +35942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -36031,7 +36031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36074,7 +36074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36140,7 +36140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InvokedBy": "Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy",
"Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36323,7 +36323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -36450,7 +36450,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -36530,7 +36530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -36704,7 +36704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger",
"Name": "System.String",
@@ -36901,7 +36901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -36950,7 +36950,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -37016,7 +37016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]",
"TriggeredPipelines": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37226,7 +37226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -37378,7 +37378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37489,7 +37489,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactories.Models",
"Name": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactories.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactories, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -37709,7 +37709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -37953,7 +37953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -38029,7 +38029,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38185,7 +38185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38594,7 +38594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Management.DataFactory.Models.EncryptionConfiguration",
"Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity",
@@ -38954,7 +38954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]",
@@ -39110,7 +39110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39423,7 +39423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39521,7 +39521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"IsActiveDispatcher": "System.Nullable`1[System.Boolean]",
@@ -39670,7 +39670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -39959,7 +39959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String",
@@ -42395,7 +42395,7 @@
"Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint": {
"Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models",
"Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint, Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2, Version=1.16.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Category": "System.String",
"EndPoint": "System.String"
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json
index b906c5c1f6ec..49efbc8680b4 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.EventHub.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.EventHub",
- "ModuleVersion": "2.0.0",
+ "ModuleVersion": "2.1.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpMask": "System.String",
"Action": "System.String"
@@ -282,7 +282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpMask": "System.String",
"Action": "System.String"
@@ -370,7 +370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -470,7 +470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -636,7 +636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -711,30 +711,29 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzEventHub",
- "Name": "Get-AzEventHub",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureRmEventHub",
- "SupportsShouldProcess": false,
+ "VerbName": "Approve",
+ "NounName": "AzEventHubPrivateEndpointConnection",
+ "Name": "Approve-AzEventHubPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.PrivateEndpoints.ApproveAzureEventHubsPrivateEndpointConnection",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "EventhubPropertiesSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
+ "PrivateEndpoint": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes",
+ "Name": "System.String",
"Id": "System.String",
- "Name": "System.String"
+ "Type": "System.String",
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
},
"Methods": [
{
@@ -768,7 +767,7 @@
"Name": "",
"Parameters": [
{
- "Name": "ehResource",
+ "Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -791,10 +790,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -804,57 +800,28 @@
},
{
"Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "MaxCount",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "NamespaceObject",
+ "Name": "Description",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -881,7 +848,7 @@
],
"ParameterSets": [
{
- "Name": "EventhubPropertiesSet",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -896,14 +863,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -914,43 +878,37 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "Description",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -981,63 +939,37 @@
]
},
{
- "Name": "NamespaceInputObjectSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": 1,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "NamespaceObject",
+ "Name": "Description",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -1101,27 +1033,29 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzEventHubAuthorizationRule",
- "Name": "Get-AzEventHubAuthorizationRule",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventHubAuthorizationRule",
- "SupportsShouldProcess": false,
+ "VerbName": "Deny",
+ "NounName": "AzEventHubPrivateEndpointConnection",
+ "Name": "Deny-AzEventHubPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.PrivateEndpoints.RejectAzureEventHubsPrivateEndpointConnection",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.String]",
+ "PrivateEndpoint": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes",
+ "Name": "System.String",
"Id": "System.String",
"Type": "System.String",
- "Name": "System.String",
- "Location": "System.String"
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
},
"Methods": [
{
@@ -1155,7 +1089,7 @@
"Name": "",
"Parameters": [
{
- "Name": "authRuleResource",
+ "Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -1178,10 +1112,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1190,10 +1121,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Eventhub",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1202,7 +1130,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "AliasName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1211,16 +1139,13 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -1245,7 +1170,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -1262,12 +1187,24 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1275,8 +1212,23 @@
},
"ValidateNotNullOrEmpty": true
},
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Description",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -1309,29 +1261,11 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1346,19 +1280,16 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -1391,181 +1322,15 @@
]
},
{
- "Name": "EventhubAuthorizationRuleSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "DefaultProfile",
"AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Eventhub",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "AliasAuthoRuleSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AliasName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
@@ -1591,19 +1356,19 @@
},
{
"VerbName": "Get",
- "NounName": "AzEventHubCluster",
- "Name": "Get-AzEventHubCluster",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureRmEventHubCluster",
+ "NounName": "AzEventHub",
+ "Name": "Get-AzEventHub",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureRmEventHub",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "EventhubPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
"PartitionIds": "System.Collections.Generic.IList`1[System.String]",
@@ -1669,6 +1434,18 @@
},
"ValidateNotNullOrEmpty": true
},
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
{
"Name": "Name",
"AliasList": [
@@ -1681,6 +1458,51 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "NamespaceObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -1704,7 +1526,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "EventhubPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -1719,7 +1541,25 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -1735,14 +1575,32 @@
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": -2147483648,
+ "Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
"AzContext",
"AzureRmContext",
"AzureCredential"
@@ -1766,56 +1624,95 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzEventHubClustersAvailableRegion",
- "Name": "Get-AzEventHubClustersAvailableRegion",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureEventHubAvailableClusters",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "ClusterGetPropertiesSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System.Collections.Generic",
- "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster"
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
+ },
{
- "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]"
+ "Name": "NamespaceInputObjectSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "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
}
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
+ ]
+ },
{
"Name": "__AllParameterSets",
"Parameters": [
@@ -1851,26 +1748,27 @@
},
{
"VerbName": "Get",
- "NounName": "AzEventHubConsumerGroup",
- "Name": "Get-AzEventHubConsumerGroup",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.GetAzureRmEventHubConsumerGroup",
- "SupportsShouldProcess": false,
+ "NounName": "AzEventHubApplicationGroup",
+ "Name": "Get-AzEventHubApplicationGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.AppicationGroups.GetEventHubsApplicationGroups",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "ApplicationGroupPropertiesParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "Id": "System.String",
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
"Name": "System.String",
+ "Id": "System.String",
"Location": "System.String",
- "UserMetadata": "System.String"
+ "Type": "System.String"
},
"Methods": [
{
@@ -1904,7 +1802,7 @@
"Name": "",
"Parameters": [
{
- "Name": "consumerGroupResourceResource",
+ "Name": "applicationGroup",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -1927,10 +1825,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1939,10 +1834,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1951,10 +1843,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
- "AliasList": [
- "ConsumerGroupName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1962,18 +1851,6 @@
},
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -1997,7 +1874,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "ApplicationGroupPropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -2016,10 +1893,7 @@
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2034,10 +1908,7 @@
},
{
"ParameterMetadata": {
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2045,46 +1916,56 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "DefaultProfile",
"AliasList": [
- "ConsumerGroupName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "ApplicationGroupResourceIdParameterSet",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -2113,33 +1994,62 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzEventHubGeoDRConfiguration",
- "Name": "Get-AzEventHubGeoDRConfiguration",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.GetEventHubGeoDRConfiguration",
- "SupportsShouldProcess": false,
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzEventHubAuthorizationRule",
+ "Name": "Get-AzEventHubAuthorizationRule",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventHubAuthorizationRule",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GeoDRParameterSet",
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.String]",
"Id": "System.String",
"Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "Name": "System.String",
+ "Location": "System.String"
},
"Methods": [
{
@@ -2173,7 +2083,7 @@
"Name": "",
"Parameters": [
{
- "Name": "drResource",
+ "Name": "authRuleResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -2197,6 +2107,9 @@
},
{
"Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2205,39 +2118,19 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "Eventhub",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ResourceId",
+ "Name": "AliasName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2247,12 +2140,15 @@
},
{
"Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "DefaultProfile",
@@ -2277,7 +2173,7 @@
],
"ParameterSets": [
{
- "Name": "GeoDRParameterSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
@@ -2294,33 +2190,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
- "Position": -2147483648,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -2353,58 +2237,56 @@
]
},
{
- "Name": "NamespaceInputObjectSet",
+ "Name": "NamespaceAuthorizationRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
- "Position": -2147483648,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -2437,11 +2319,47 @@
]
},
{
- "Name": "ResourceIdParameterSet",
+ "Name": "EventhubAuthorizationRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Eventhub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2457,15 +2375,18 @@
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
- "Position": -2147483648,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -2498,37 +2419,88 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "AliasAuthoRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "AliasName",
"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",
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": 3,
+ "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]"
@@ -2547,27 +2519,29 @@
},
{
"VerbName": "Get",
- "NounName": "AzEventHubKey",
- "Name": "Get-AzEventHubKey",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventhubKey",
+ "NounName": "AzEventHubCluster",
+ "Name": "Get-AzEventHubCluster",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureRmEventHubCluster",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AliasPrimaryConnectionString": "System.String",
- "AliasSecondaryConnectionString": "System.String",
- "PrimaryConnectionString": "System.String",
- "SecondaryConnectionString": "System.String",
- "PrimaryKey": "System.String",
- "SecondaryKey": "System.String",
- "KeyName": "System.String"
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
},
"Methods": [
{
@@ -2594,11 +2568,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "listKeysResource",
+ "Name": "ehResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -2620,50 +2597,17 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AliasName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "Name",
"AliasList": [
- "AuthorizationRuleName"
+ "EventHubName"
],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -2709,17 +2653,17 @@
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "AuthorizationRuleName"
+ "EventHubName"
],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -2750,61 +2694,59 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzEventHubClustersAvailableRegion",
+ "Name": "Get-AzEventHubClustersAvailableRegion",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.GetAzureEventHubAvailableClusters",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "ClusterGetPropertiesSet",
+ "OutputTypes": [
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Type": {
+ "Namespace": "System.Collections.Generic",
+ "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster]",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster"
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2832,46 +2774,159 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzEventHubConsumerGroup",
+ "Name": "Get-AzEventHubConsumerGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.GetAzureRmEventHubConsumerGroup",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
{
- "Name": "EventhubAuthorizationRuleSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "UserMetadata": "System.String"
},
- {
- "ParameterMetadata": {
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
+ "ReturnType": "System.Boolean"
},
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "consumerGroupResourceResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "ConsumerGroupName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -2887,55 +2942,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "AliasAuthoRuleSet",
- "Parameters": [
{
"ParameterMetadata": {
"Name": "Namespace",
@@ -2956,13 +2962,16 @@
},
{
"ParameterMetadata": {
- "Name": "AliasName",
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": 2,
@@ -2971,36 +2980,39 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
+ "AliasList": [
+ "ConsumerGroupName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "MaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -3034,41 +3046,28 @@
},
{
"VerbName": "Get",
- "NounName": "AzEventHubNamespace",
- "Name": "Get-AzEventHubNamespace",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.GetAzureRmEventHubNamespace",
- "SupportsShouldProcess": false,
+ "NounName": "AzEventHubGeoDRConfiguration",
+ "Name": "Get-AzEventHubGeoDRConfiguration",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.GetEventHubGeoDRConfiguration",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "GeoDRParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
"Name": "System.String",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
},
"Methods": [
{
@@ -3095,11 +3094,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "evResource",
+ "Name": "drResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -3119,13 +3121,61 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3156,7 +3206,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "GeoDRParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -3166,19 +3216,31 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3187,7 +3249,7 @@
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 1,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -3218,166 +3280,63 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzEventHubNetworkRuleSet",
- "Name": "Get-AzEventHubNetworkRuleSet",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.GetAzureEventHubNetworkRuleSet",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
- "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "DefaultAction": "System.String",
- "PublicNetworkAccess": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "networkRuleSet",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
},
{
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "NetworkRuleSetPropertiesSet",
+ "Name": "NamespaceInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -3408,40 +3367,37 @@
]
},
{
- "Name": "NetworkRuleSetNamespacePropertiesSet",
+ "Name": "ResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -3472,54 +3428,23 @@
]
},
{
- "Name": "NetworkRuleSetResourceIdParameterSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -3552,27 +3477,27 @@
},
{
"VerbName": "Get",
- "NounName": "AzEventHubSchemaGroup",
- "Name": "Get-AzEventHubSchemaGroup",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.GetAzureEventHubSchemaGroups",
- "SupportsShouldProcess": true,
+ "NounName": "AzEventHubKey",
+ "Name": "Get-AzEventHubKey",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GetAzureEventhubKey",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceSchemaGroupParameterSet",
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "GroupProperties": "System.Collections.Hashtable",
- "Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "SchemaCompatibility": "System.String",
- "SchemaType": "System.String"
+ "AliasPrimaryConnectionString": "System.String",
+ "AliasSecondaryConnectionString": "System.String",
+ "PrimaryConnectionString": "System.String",
+ "SecondaryConnectionString": "System.String",
+ "PrimaryKey": "System.String",
+ "SecondaryKey": "System.String",
+ "KeyName": "System.String"
},
"Methods": [
{
@@ -3603,7 +3528,7 @@
"Name": "",
"Parameters": [
{
- "Name": "schemaGroup",
+ "Name": "listKeysResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -3638,7 +3563,19 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ResourceId",
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AliasName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3649,7 +3586,7 @@
{
"Name": "Name",
"AliasList": [
- "SchemaGroupName"
+ "AuthorizationRuleName"
],
"Type": {
"Namespace": "System",
@@ -3681,7 +3618,7 @@
],
"ParameterSets": [
{
- "Name": "NamespaceSchemaGroupParameterSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
@@ -3698,29 +3635,11 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "SchemaGroupName"
+ "AuthorizationRuleName"
],
"Type": {
"Namespace": "System",
@@ -3729,8 +3648,8 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": 2,
+ "Mandatory": true,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -3763,11 +3682,29 @@
]
},
{
- "Name": "SchemaGroupResourceIdParameterSet",
+ "Name": "NamespaceAuthorizationRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3780,6 +3717,24 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -3809,217 +3764,32 @@
]
},
{
- "Name": "__AllParameterSets",
+ "Name": "EventhubAuthorizationRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "Namespace",
"AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
+ "NamespaceName"
],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzEventHub",
- "Name": "New-AzEventHub",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.NewAzureRmEventHub",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "EventhubPropertiesSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
- "Id": "System.String",
- "Name": "System.String"
+ "ValueFromPipelineByPropertyName": true
},
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "ehResource",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "AliasList": [
- "EventHubObj"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
- "Id": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MessageRetentionInDays",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PartitionCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4028,16 +3798,13 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4046,7 +3813,7 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -4054,7 +3821,7 @@
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "EventHubName"
+ "AuthorizationRuleName"
],
"Type": {
"Namespace": "System",
@@ -4097,40 +3864,29 @@
]
},
{
- "Name": "EventhubInputObjectSet",
+ "Name": "AliasAuthoRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Namespace",
"AliasList": [
- "EventHubObj"
+ "NamespaceName"
],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
- "Id": "System.String",
- "Name": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AliasName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4139,16 +3895,13 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4157,7 +3910,7 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -4165,7 +3918,7 @@
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "EventHubName"
+ "AuthorizationRuleName"
],
"Type": {
"Namespace": "System",
@@ -4206,46 +3959,136 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzEventHubNamespace",
+ "Name": "Get-AzEventHubNamespace",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.GetAzureRmEventHubNamespace",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
{
- "Name": "EventhubPropertiesSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "MessageRetentionInDays",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
},
- {
- "ParameterMetadata": {
- "Name": "PartitionCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
- },
- "ValidateNotNullOrEmpty": true
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
},
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "evResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -4254,16 +4097,16 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "Name",
"AliasList": [
"NamespaceName"
],
@@ -4272,31 +4115,13 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -4328,27 +4153,29 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzEventHubAuthorizationRule",
- "Name": "New-AzEventHubAuthorizationRule",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubAuthorizationRules",
- "SupportsShouldProcess": true,
+ "VerbName": "Get",
+ "NounName": "AzEventHubNetworkRuleSet",
+ "Name": "Get-AzEventHubNetworkRuleSet",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.GetAzureEventHubNetworkRuleSet",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.String]",
+ "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
+ "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
+ "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
"Type": "System.String",
"Name": "System.String",
- "Location": "System.String"
+ "DefaultAction": "System.String",
+ "PublicNetworkAccess": "System.String"
},
"Methods": [
{
@@ -4382,7 +4209,7 @@
"Name": "",
"Parameters": [
{
- "Name": "authRuleResource",
+ "Name": "networkRuleSet",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -4402,7 +4229,7 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "Namespace",
@@ -4417,22 +4244,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4440,21 +4252,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -4478,7 +4275,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "NetworkRuleSetPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -4488,18 +4285,18 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
- "AuthorizationRuleName"
+ "NamespaceName"
],
"Type": {
"Namespace": "System",
@@ -4509,30 +4306,9 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -4563,26 +4339,8 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "NetworkRuleSetNamespacePropertiesSet",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -4591,18 +4349,18 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
- "AuthorizationRuleName"
+ "NamespaceName"
],
"Type": {
"Namespace": "System",
@@ -4612,30 +4370,9 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -4666,47 +4403,11 @@
]
},
{
- "Name": "EventhubAuthorizationRuleSet",
+ "Name": "NetworkRuleSetResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4721,43 +4422,35 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "DefaultProfile",
"AliasList": [
- "AuthorizationRuleName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -4789,22 +4482,29 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzEventHubAuthorizationRuleSASToken",
- "Name": "New-AzEventHubAuthorizationRuleSASToken",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureAuthorizationRuleSASToken",
+ "VerbName": "Get",
+ "NounName": "AzEventHubPrivateEndpointConnection",
+ "Name": "Get-AzEventHubPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.PrivateEndpoints.GetAzureEventHubsPrivateEndpointConnection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "SharedAccessSignature": "System.String"
+ "PrivateEndpoint": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
},
"Methods": [
{
@@ -4838,7 +4538,7 @@
"Name": "",
"Parameters": [
{
- "Name": "sharedAccessSignature",
+ "Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -4852,10 +4552,7 @@
],
"Parameters": [
{
- "Name": "AuthorizationRuleId",
- "AliasList": [
- "ResourceId"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4864,7 +4561,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "KeyType",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4873,26 +4570,20 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ExpiryTime",
+ "Name": "Name",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "StartTime",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -4919,14 +4610,11 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "AuthorizationRuleId",
- "AliasList": [
- "ResourceId"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4939,6 +4627,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -4968,11 +4686,11 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "KeyType",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4981,64 +4699,41 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ExpiryTime",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
+ "Namespace": "Microsoft.Azure.Commands.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,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "StartTime",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AuthorizationRuleId",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5070,29 +4765,27 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzEventHubCluster",
- "Name": "New-AzEventHubCluster",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.NewAzureRmEventHubCluster",
+ "VerbName": "Get",
+ "NounName": "AzEventHubPrivateLink",
+ "Name": "Get-AzEventHubPrivateLink",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.PrivateLinks.GetAzureEventHubsPrivateLinks",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "ClusterPropertiesSet",
+ "DefaultParameterSetName": "PrivateLinkPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateLinkResourceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateLinkResourceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes",
- "Id": "System.String",
"Name": "System.String",
- "Location": "System.String",
- "CreatedAt": "System.String",
- "UpdatedAt": "System.String",
- "MetricId": "System.String",
- "Status": "System.String"
+ "Id": "System.String",
+ "Type": "System.String",
+ "GroupId": "System.String",
+ "RequiredMembers": "System.String[]",
+ "RequiredZoneNames": "System.String[]"
},
"Methods": [
{
@@ -5126,7 +4819,7 @@
"Name": "",
"Parameters": [
{
- "Name": "cluster",
+ "Name": "privateLink",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -5149,46 +4842,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Capacity",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ResourceId",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5219,7 +4873,7 @@
],
"ParameterSets": [
{
- "Name": "ClusterPropertiesSet",
+ "Name": "PrivateLinkPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -5238,131 +4892,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Capacity",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ClusterResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5437,27 +4967,28 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzEventHubConsumerGroup",
- "Name": "New-AzEventHubConsumerGroup",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.NewEventHubConsumerGroup",
+ "VerbName": "Get",
+ "NounName": "AzEventHubSchemaGroup",
+ "Name": "Get-AzEventHubSchemaGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.GetAzureEventHubSchemaGroups",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "NamespaceSchemaGroupParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "GroupProperties": "System.Collections.Hashtable",
"Id": "System.String",
"Name": "System.String",
"Location": "System.String",
- "UserMetadata": "System.String"
+ "Type": "System.String",
+ "SchemaCompatibility": "System.String",
+ "SchemaType": "System.String"
},
"Methods": [
{
@@ -5484,14 +5015,11 @@
}
],
"Constructors": [
- {
- "Name": ""
- },
{
"Name": "",
"Parameters": [
{
- "Name": "consumerGroupResourceResource",
+ "Name": "schemaGroup",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -5526,10 +5054,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5540,7 +5065,7 @@
{
"Name": "Name",
"AliasList": [
- "ConsumerGroupName"
+ "SchemaGroupName"
],
"Type": {
"Namespace": "System",
@@ -5549,15 +5074,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "UserMetadata",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -5581,7 +5097,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "NamespaceSchemaGroupParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -5618,9 +5134,9 @@
},
{
"ParameterMetadata": {
- "Name": "EventHub",
+ "Name": "Name",
"AliasList": [
- "EventHubName"
+ "SchemaGroupName"
],
"Type": {
"Namespace": "System",
@@ -5629,17 +5145,45 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "DefaultProfile",
"AliasList": [
- "ConsumerGroupName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "SchemaGroupResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5648,25 +5192,41 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "UserMetadata",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 4,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5699,24 +5259,29 @@
},
{
"VerbName": "New",
- "NounName": "AzEventHubEncryptionConfig",
- "Name": "New-AzEventHubEncryptionConfig",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Cmdlets.Namespace.NewKeyVaultPropertyObject",
- "SupportsShouldProcess": false,
+ "NounName": "AzEventHub",
+ "Name": "New-AzEventHub",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.NewAzureRmEventHub",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "EventhubPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "KeyName": "System.String",
- "KeyVaultUri": "System.String",
- "KeyVersion": "System.String",
- "UserAssignedIdentity": "System.String"
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
},
"Methods": [
{
@@ -5750,7 +5315,7 @@
"Name": "",
"Parameters": [
{
- "Name": "keyVaultProperties",
+ "Name": "ehResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -5764,40 +5329,84 @@
],
"Parameters": [
{
- "Name": "KeyName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "KeyVaultUri",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "KeyVersion",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "UserAssignedIdentity",
+ "Name": "InputObject",
+ "AliasList": [
+ "EventHubObj"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "MessageRetentionInDays",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PartitionCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "DefaultProfile",
@@ -5826,13 +5435,13 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "KeyName",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
@@ -5841,13 +5450,16 @@
},
{
"ParameterMetadata": {
- "Name": "KeyVaultUri",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 1,
@@ -5856,34 +5468,22 @@
},
{
"ParameterMetadata": {
- "Name": "KeyVersion",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "UserAssignedIdentity",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5911,217 +5511,42 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "New",
- "NounName": "AzEventHubGeoDRConfiguration",
- "Name": "New-AzEventHubGeoDRConfiguration",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.NewAzureRmEventHubGeoDRConfiguration",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "GeoDRParameterSet",
- "OutputTypes": [
+ },
{
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
- "Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "drResource",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Namespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "PartnerNamespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AlternateName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "GeoDRParameterSet",
+ "Name": "EventhubInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
+ "AliasList": [
+ "EventHubObj"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6130,13 +5555,16 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6145,13 +5573,16 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PartnerNamespace",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6164,36 +5595,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "AlternateName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -6223,83 +5624,36 @@
]
},
{
- "Name": "NamespaceInputObjectSet",
+ "Name": "EventhubPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "MessageRetentionInDays",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PartnerNamespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AlternateName",
+ "Name": "PartitionCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
"ValidateNotNullOrEmpty": true
},
@@ -6310,53 +5664,7 @@
},
{
"ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6371,98 +5679,10 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PartnerNamespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AlternateName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "Namespace",
"AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
+ "NamespaceName"
],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6471,13 +5691,16 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PartnerNamespace",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6490,36 +5713,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "AlternateName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -6552,27 +5745,27 @@
},
{
"VerbName": "New",
- "NounName": "AzEventHubKey",
- "Name": "New-AzEventHubKey",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubKey",
+ "NounName": "AzEventHubApplicationGroup",
+ "Name": "New-AzEventHubApplicationGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.AppicationGroups.NewAzureEventHubsApplicationGroups",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "ApplicationGroupPropertiesParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "AliasPrimaryConnectionString": "System.String",
- "AliasSecondaryConnectionString": "System.String",
- "PrimaryConnectionString": "System.String",
- "SecondaryConnectionString": "System.String",
- "PrimaryKey": "System.String",
- "SecondaryKey": "System.String",
- "KeyName": "System.String"
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "Type": "System.String"
},
"Methods": [
{
@@ -6599,11 +5792,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "listKeysResource",
+ "Name": "applicationGroup",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -6618,9 +5814,6 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6629,10 +5822,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6641,10 +5831,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6653,10 +5840,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "ClientAppGroupIdentifier",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6665,24 +5849,21 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "RegenerateKey",
+ "Name": "IsEnabled",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
- ],
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
{
- "Name": "KeyValue",
+ "Name": "ThrottlingPolicyConfig",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes"
},
"ValidateNotNullOrEmpty": false
},
@@ -6709,14 +5890,11 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "ApplicationGroupPropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6731,10 +5909,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6743,43 +5918,70 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 4,
+ "Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "KeyValue",
+ "Name": "ClientAppGroupIdentifier",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IsEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 5,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ThrottlingPolicyConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -6810,95 +6012,3584 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "DefaultProfile",
"AliasList": [
- "NamespaceName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubAuthorizationRule",
+ "Name": "New-AzEventHubAuthorizationRule",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubAuthorizationRules",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.String]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Location": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "authRuleResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Rights",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateSet": [
+ "Listen",
+ "Send",
+ "Manage"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Rights",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateSet": [
+ "Listen",
+ "Send",
+ "Manage"
+ ],
+ "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
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Rights",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateSet": [
+ "Listen",
+ "Send",
+ "Manage"
+ ],
+ "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
+ }
+ ]
+ },
+ {
+ "Name": "EventhubAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Rights",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateSet": [
+ "Listen",
+ "Send",
+ "Manage"
+ ],
+ "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
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubAuthorizationRuleSASToken",
+ "Name": "New-AzEventHubAuthorizationRuleSASToken",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureAuthorizationRuleSASToken",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "SharedAccessSignature": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "sharedAccessSignature",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "AuthorizationRuleId",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "KeyType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ExpiryTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "StartTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AuthorizationRuleId",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "KeyType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExpiryTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "StartTime",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AuthorizationRuleId",
+ "AliasList": [
+ "ResourceId"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubCluster",
+ "Name": "New-AzEventHubCluster",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.NewAzureRmEventHubCluster",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "ClusterPropertiesSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "CreatedAt": "System.String",
+ "UpdatedAt": "System.String",
+ "MetricId": "System.String",
+ "Status": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "cluster",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Capacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "ClusterPropertiesSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Capacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "ClusterResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubConsumerGroup",
+ "Name": "New-AzEventHubConsumerGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.NewEventHubConsumerGroup",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "UserMetadata": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "consumerGroupResourceResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "ConsumerGroupName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "UserMetadata",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "ConsumerGroupName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserMetadata",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": 4,
+ "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
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubEncryptionConfig",
+ "Name": "New-AzEventHubEncryptionConfig",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Cmdlets.Namespace.NewKeyVaultPropertyObject",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "KeyName": "System.String",
+ "KeyVaultUri": "System.String",
+ "KeyVersion": "System.String",
+ "UserAssignedIdentity": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "keyVaultProperties",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "KeyName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KeyVaultUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KeyVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "KeyName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyVaultUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubGeoDRConfiguration",
+ "Name": "New-AzEventHubGeoDRConfiguration",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.NewAzureRmEventHubGeoDRConfiguration",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GeoDRParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "drResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GeoDRParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceInputObjectSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubKey",
+ "Name": "New-AzEventHubKey",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NewAzureEventhubKey",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "AliasPrimaryConnectionString": "System.String",
+ "AliasSecondaryConnectionString": "System.String",
+ "PrimaryConnectionString": "System.String",
+ "SecondaryConnectionString": "System.String",
+ "PrimaryKey": "System.String",
+ "SecondaryKey": "System.String",
+ "KeyName": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "listKeysResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 4,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 5,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 4,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 5,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "EventhubAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 4,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 5,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubNamespace",
+ "Name": "New-AzEventHubNamespace",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.NewAzureEventHubNamespace",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "NamespaceParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "evResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "SkuName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Basic",
+ "Standard",
+ "Premium"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SkuCapacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableAutoInflate",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaximumThroughputUnits",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 20,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableKafka",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ZoneRedundant",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ClusterARMId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "SystemAssigned",
+ "UserAssigned",
+ "SystemAssigned, UserAssigned",
+ "None"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EncryptionConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SkuName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Basic",
+ "Standard",
+ "Premium"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SkuCapacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 4,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 5,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableKafka",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ZoneRedundant",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterARMId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "SystemAssigned",
+ "UserAssigned",
+ "SystemAssigned, UserAssigned",
+ "None"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EncryptionConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "AutoInflateParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SkuName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Basic",
+ "Standard",
+ "Premium"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SkuCapacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 4,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 5,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableAutoInflate",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaximumThroughputUnits",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateRangeMin": 0,
+ "ValidateRangeMax": 20,
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": 6,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableKafka",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ZoneRedundant",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ClusterARMId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
+ "Name": "IdentityType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateSet": [
+ "SystemAssigned",
+ "UserAssigned",
+ "SystemAssigned, UserAssigned",
+ "None"
+ ],
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "IdentityId",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "EncryptionConfig",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
},
- "ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
- ],
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 4,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "KeyValue",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": 5,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -6927,16 +9618,171 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzEventHubSchemaGroup",
+ "Name": "New-AzEventHubSchemaGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.AddAzureEventHubSchemaGroup",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GroupProperties": "System.Collections.Hashtable",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "Type": "System.String",
+ "SchemaCompatibility": "System.String",
+ "SchemaType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "schemaGroup",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "EventhubAuthorizationRuleSet",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "SchemaGroupName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "SchemaCompatibility",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "None",
+ "Forward",
+ "Backward"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SchemaType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Avro"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "GroupProperty",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6945,15 +9791,15 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "EventHub",
+ "Name": "Namespace",
"AliasList": [
- "EventHubName"
+ "NamespaceName"
],
"Type": {
"Namespace": "System",
@@ -6963,15 +9809,15 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "Name",
"AliasList": [
- "ResourceGroup"
+ "SchemaGroupName"
],
"Type": {
"Namespace": "System",
@@ -6981,61 +9827,62 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "SchemaCompatibility",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateSet": [
+ "None",
+ "Forward",
+ "Backward"
+ ],
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "SchemaType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
+ "Avro"
],
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
- "Position": 4,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "KeyValue",
+ "Name": "GroupProperty",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 5,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -7069,41 +9916,23 @@
},
{
"VerbName": "New",
- "NounName": "AzEventHubNamespace",
- "Name": "New-AzEventHubNamespace",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.NewAzureEventHubNamespace",
- "SupportsShouldProcess": true,
+ "NounName": "AzEventHubThrottlingPolicyConfig",
+ "Name": "New-AzEventHubThrottlingPolicyConfig",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ApplicationGroups.NewAzureEventHubsThrottlingPolicyConfig",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceParameterSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "RateLimitThreshold": "System.Int64",
+ "MetricId": "System.String",
+ "Name": "System.String"
},
"Methods": [
{
@@ -7130,11 +9959,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "evResource",
+ "Name": "throttlingPolicy",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -7147,114 +9979,193 @@
}
],
"Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Location",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "SkuName",
+ "Name": "MetricId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
- "Basic",
- "Standard",
- "Premium"
+ "IncomingBytes",
+ "IncomingMessages",
+ "OutgoingBytes",
+ "OutgoingMessages"
],
"ValidateNotNullOrEmpty": false
},
{
- "Name": "SkuCapacity",
+ "Name": "RateLimitThreshold",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.Int64",
+ "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "Tag",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
"ValidateNotNullOrEmpty": false
- },
+ }
+ ],
+ "ParameterSets": [
{
- "Name": "EnableAutoInflate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MetricId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "IncomingBytes",
+ "IncomingMessages",
+ "OutgoingBytes",
+ "OutgoingMessages"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RateLimitThreshold",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Int64",
+ "AssemblyQualifiedName": "System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzEventHub",
+ "Name": "Remove-AzEventHub",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.RemoveAzureEventHub",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "EventhubDefaultSet",
+ "OutputTypes": [
{
- "Name": "MaximumThroughputUnits",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 20,
- "ValidateNotNullOrEmpty": false
- },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
{
- "Name": "EnableKafka",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "ZoneRedundant",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "ClusterARMId",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7263,46 +10174,49 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DisableLocalAuth",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
+ }
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "IdentityType",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "SystemAssigned",
- "UserAssigned",
- "SystemAssigned, UserAssigned",
- "None"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "IdentityId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EncryptionConfig",
+ "Name": "AsJob",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7329,7 +10243,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "EventhubDefaultSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -7348,38 +10262,7 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -7397,7 +10280,10 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7412,60 +10298,94 @@
},
{
"ParameterMetadata": {
- "Name": "SkuName",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [
- "Basic",
- "Standard",
- "Premium"
- ],
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SkuCapacity",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 4,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Tag",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.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": 5,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "EventhubInputObjectSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "EnableKafka",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7480,7 +10400,7 @@
},
{
"ParameterMetadata": {
- "Name": "ZoneRedundant",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7495,7 +10415,38 @@
},
{
"ParameterMetadata": {
- "Name": "ClusterARMId",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "EventhubResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7503,14 +10454,14 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": 1,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAuth",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7525,71 +10476,79 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityType",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [
- "SystemAssigned",
- "UserAssigned",
- "SystemAssigned, UserAssigned",
- "None"
+ "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": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "IdentityId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "EncryptionConfig",
+ "Name": "AsJob",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -7618,16 +10577,122 @@
"ValueFromPipelineByPropertyName": false
}
]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzEventHubApplicationGroup",
+ "Name": "Remove-AzEventHubApplicationGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.AppicationGroups.RemoveEventHubsApplicationGroups",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "ApplicationGroupPropertiesParameterSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Void",
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "AutoInflateParameterSet",
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "ApplicationGroupPropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7636,13 +10701,13 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Location",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7651,101 +10716,28 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SkuName",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "Basic",
- "Standard",
- "Premium"
- ],
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "SkuCapacity",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": 4,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": 5,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "EnableAutoInflate",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MaximumThroughputUnits",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 0,
- "ValidateRangeMax": 20,
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": 6,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "EnableKafka",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7760,11 +10752,22 @@
},
{
"ParameterMetadata": {
- "Name": "ZoneRedundant",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -7772,25 +10775,30 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "ApplicationGroupResourceIdParameterSet",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "ClusterARMId",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
- "Position": 1,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAuth",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7805,71 +10813,119 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityType",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateSet": [
- "SystemAssigned",
- "UserAssigned",
- "SystemAssigned, UserAssigned",
- "None"
- ],
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "ApplicationGroupInputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "IdentityId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "EncryptionConfig",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
+ "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": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -7902,64 +10958,20 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzEventHubSchemaGroup",
- "Name": "New-AzEventHubSchemaGroup",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.AddAzureEventHubSchemaGroup",
+ "VerbName": "Remove",
+ "NounName": "AzEventHubAuthorizationRule",
+ "Name": "Remove-AzEventHubAuthorizationRule",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.RemoveAzureEventhubAuthorizationRules",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "GroupProperties": "System.Collections.Hashtable",
- "Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "SchemaCompatibility": "System.String",
- "SchemaType": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "schemaGroup",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -7989,9 +11001,9 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "EventHub",
"AliasList": [
- "SchemaGroupName"
+ "EventHubName"
],
"Type": {
"Namespace": "System",
@@ -8001,37 +11013,32 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "SchemaCompatibility",
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "None",
- "Forward",
- "Backward"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "SchemaType",
+ "Name": "Force",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [
- "Avro"
- ],
"ValidateNotNullOrEmpty": false
},
{
- "Name": "GroupProperty",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -8052,14 +11059,126 @@
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
}
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
{
- "Name": "__AllParameterSets",
+ "Name": "NamespaceAuthorizationRuleSet",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -8075,6 +11194,85 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "EventhubAuthorizationRuleSet",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "Namespace",
@@ -8095,9 +11293,9 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "EventHub",
"AliasList": [
- "SchemaGroupName"
+ "EventHubName"
],
"Type": {
"Namespace": "System",
@@ -8113,56 +11311,66 @@
},
{
"ParameterMetadata": {
- "Name": "SchemaCompatibility",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "None",
- "Forward",
- "Backward"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": -2147483648,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SchemaType",
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "Avro"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": -2147483648,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "GroupProperty",
+ "Name": "Force",
"Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -8196,13 +11404,13 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHub",
- "Name": "Remove-AzEventHub",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.RemoveAzureEventHub",
+ "NounName": "AzEventHubCluster",
+ "Name": "Remove-AzEventHubCluster",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.RemoveAzureEventHubCluster",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "EventhubDefaultSet",
+ "DefaultParameterSetName": "ClusterPropertiesSet",
"OutputTypes": [
{
"Type": {
@@ -8225,23 +11433,8 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8254,7 +11447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
"PartitionIds": "System.Collections.Generic.IList`1[System.String]",
@@ -8319,7 +11512,7 @@
],
"ParameterSets": [
{
- "Name": "EventhubDefaultSet",
+ "Name": "ClusterPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -8332,34 +11525,13 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8368,7 +11540,7 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -8431,7 +11603,7 @@
]
},
{
- "Name": "EventhubInputObjectSet",
+ "Name": "ClusterInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -8439,7 +11611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
"PartitionIds": "System.Collections.Generic.IList`1[System.String]",
@@ -8518,7 +11690,7 @@
]
},
{
- "Name": "EventhubResourceIdParameterSet",
+ "Name": "ClusterResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -8658,19 +11830,19 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubAuthorizationRule",
- "Name": "Remove-AzEventHubAuthorizationRule",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.RemoveAzureEventhubAuthorizationRules",
+ "NounName": "AzEventHubConsumerGroup",
+ "Name": "Remove-AzEventHubConsumerGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.RemoveAzureRmEventHubConsumerGroupp",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "ConsumergroupPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Void",
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -8714,7 +11886,7 @@
{
"Name": "Name",
"AliasList": [
- "AuthorizationRuleName"
+ "ConsumerGroupName"
],
"Type": {
"Namespace": "System",
@@ -8724,7 +11896,33 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Force",
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "UserMetadata": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8733,7 +11931,7 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8764,7 +11962,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "ConsumergroupPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -8781,11 +11979,47 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EventHub",
+ "AliasList": [
+ "EventHubName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "AuthorizationRuleName"
+ "ConsumerGroupName"
],
"Type": {
"Namespace": "System",
@@ -8801,7 +12035,7 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8816,7 +12050,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8858,62 +12092,34 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "ConsumergroupInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "UserMetadata": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8928,7 +12134,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8970,14 +12176,11 @@
]
},
{
- "Name": "EventhubAuthorizationRuleSet",
+ "Name": "ConsumergroupResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8986,64 +12189,74 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "DefaultProfile",
"AliasList": [
- "AuthorizationRuleName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -9058,7 +12271,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -9103,13 +12316,13 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubCluster",
- "Name": "Remove-AzEventHubCluster",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.RemoveAzureEventHubCluster",
+ "NounName": "AzEventHubGeoDRConfiguration",
+ "Name": "Remove-AzEventHubGeoDRConfiguration",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.RemoveEventHubGeoDRConfiguration",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "ClusterPropertiesSet",
+ "DefaultParameterSetName": "GeoDRParameterSet",
"OutputTypes": [
{
"Type": {
@@ -9132,6 +12345,15 @@
},
"ValidateNotNullOrEmpty": true
},
+ {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
{
"Name": "Name",
"Type": {
@@ -9145,18 +12367,17 @@
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
"Id": "System.String",
- "Name": "System.String"
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -9211,7 +12432,7 @@
],
"ParameterSets": [
{
- "Name": "ClusterPropertiesSet",
+ "Name": "GeoDRParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -9230,7 +12451,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9243,6 +12464,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -9302,25 +12538,24 @@
]
},
{
- "Name": "ClusterInputObjectSet",
+ "Name": "GeoDRConfigurationInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
"Id": "System.String",
- "Name": "System.String"
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -9389,7 +12624,7 @@
]
},
{
- "Name": "ClusterResourceIdParameterSet",
+ "Name": "GeoDRConfigResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -9529,19 +12764,67 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubConsumerGroup",
- "Name": "Remove-AzEventHubConsumerGroup",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.ConsumerGroup.RemoveAzureRmEventHubConsumerGroupp",
+ "NounName": "AzEventHubIPRule",
+ "Name": "Remove-AzEventHubIPRule",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubIPRule",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "ConsumergroupPropertiesSet",
+ "DefaultParameterSetName": "IPRulePropertiesParameterSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
+ "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
+ "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "DefaultAction": "System.String",
+ "PublicNetworkAccess": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "networkRuleSet",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -9559,7 +12842,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
+ "Name": "Name",
"AliasList": [
"NamespaceName"
],
@@ -9571,22 +12854,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "ConsumerGroupName"
- ],
+ "Name": "IpMask",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9595,31 +12863,18 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "IpRuleObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "UserMetadata": "System.String"
+ "IpMask": "System.String",
+ "Action": "System.String"
}
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "PassThru",
"Type": {
@@ -9661,7 +12916,7 @@
],
"ParameterSets": [
{
- "Name": "ConsumergroupPropertiesSet",
+ "Name": "IPRulePropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -9678,47 +12933,11 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "EventHub",
- "AliasList": [
- "EventHubName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "ConsumerGroupName"
+ "NamespaceName"
],
"Type": {
"Namespace": "System",
@@ -9727,94 +12946,25 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "ConsumergroupInputObjectSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "IpMask",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "UserMetadata": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -9875,11 +13025,11 @@
]
},
{
- "Name": "ConsumergroupResourceIdParameterSet",
+ "Name": "IPRuleInputObjectParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9892,6 +13042,43 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IpRuleObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IpMask": "System.String",
+ "Action": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "PassThru",
@@ -10015,19 +13202,19 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubGeoDRConfiguration",
- "Name": "Remove-AzEventHubGeoDRConfiguration",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.GeoDR.RemoveEventHubGeoDRConfiguration",
+ "NounName": "AzEventHubNamespace",
+ "Name": "Remove-AzEventHubNamespace",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.RemoveAzureRmEventHubNamespace",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GeoDRParameterSet",
+ "DefaultParameterSetName": "NamespaceParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Void",
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -10044,17 +13231,11 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "Namespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10066,17 +13247,31 @@
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
"Name": "System.String",
"Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
}
},
"ValidateNotNullOrEmpty": true
@@ -10131,7 +13326,7 @@
],
"ParameterSets": [
{
- "Name": "GeoDRParameterSet",
+ "Name": "NamespaceParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -10148,24 +13343,12 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10174,7 +13357,7 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -10237,24 +13420,38 @@
]
},
{
- "Name": "GeoDRConfigurationInputObjectSet",
+ "Name": "NamespaceInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
"Name": "System.String",
"Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
}
},
"ValidateNotNullOrEmpty": true
@@ -10323,7 +13520,7 @@
]
},
{
- "Name": "GeoDRConfigResourceIdParameterSet",
+ "Name": "NamespaceResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -10463,67 +13660,19 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubIPRule",
- "Name": "Remove-AzEventHubIPRule",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubIPRule",
+ "NounName": "AzEventHubNetworkRuleSet",
+ "Name": "Remove-AzEventHubNetworkRuleSet",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubNetworkRuleSet",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "IPRulePropertiesParameterSet",
+ "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
- "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "DefaultAction": "System.String",
- "PublicNetworkAccess": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "networkRuleSet",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -10553,7 +13702,40 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "IpMask",
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10561,19 +13743,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "IpRuleObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IpMask": "System.String",
- "Action": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "PassThru",
"Type": {
@@ -10615,7 +13784,7 @@
],
"ParameterSets": [
{
- "Name": "IPRulePropertiesParameterSet",
+ "Name": "NetworkRuleSetPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -10630,7 +13799,7 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -10648,22 +13817,7 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "IpMask",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -10724,59 +13878,122 @@
]
},
{
- "Name": "IPRuleInputObjectParameterSet",
+ "Name": "NamespaceInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
+ "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
+ "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "KafkaEnabled": "System.Nullable`1[System.Boolean]",
+ "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
+ "ServiceBusEndpoint": "System.String",
+ "ProvisioningState": "System.String",
+ "Location": "System.String",
+ "ClusterArmId": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
},
"ValidateNotNullOrEmpty": true
},
"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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "IpRuleObject",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "IpMask": "System.String",
- "Action": "System.String"
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
}
},
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NetworkRuleSetResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -10901,13 +14118,13 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubNamespace",
- "Name": "Remove-AzEventHubNamespace",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.Namespace.RemoveAzureRmEventHubNamespace",
+ "NounName": "AzEventHubPrivateEndpointConnection",
+ "Name": "Remove-AzEventHubPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.PrivateEndpoints.RemoveAzureEventHubsPrivateEndpointConnection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceParameterSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
@@ -10931,10 +14148,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10943,34 +14157,11 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -10992,15 +14183,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -11024,158 +14206,56 @@
],
"ParameterSets": [
{
- "Name": "NamespaceParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
+ "Name": "PrivateEndpointPropertiesSet",
+ "Parameters": [
{
"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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceInputObjectSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "NamespaceName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
- "Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Name",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11217,7 +14297,7 @@
]
},
{
- "Name": "NamespaceResourceIdParameterSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -11249,21 +14329,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11310,21 +14375,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11357,19 +14407,63 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubNetworkRuleSet",
- "Name": "Remove-AzEventHubNetworkRuleSet",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubNetworkRuleSet",
+ "NounName": "AzEventHubSchemaGroup",
+ "Name": "Remove-AzEventHubSchemaGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.RemoveAzureEventHubSchemaGroup",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
+ "DefaultParameterSetName": "NamespaceSchemaGroupParameterSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "GroupProperties": "System.Collections.Hashtable",
+ "Id": "System.String",
+ "Name": "System.String",
+ "Location": "System.String",
+ "Type": "System.String",
+ "SchemaCompatibility": "System.String",
+ "SchemaType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "schemaGroup",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -11387,7 +14481,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -11396,36 +14490,34 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "SchemaGroupName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
+ "GroupProperties": "System.Collections.Hashtable",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "Name": "System.String",
+ "Location": "System.String",
+ "Type": "System.String",
+ "SchemaCompatibility": "System.String",
+ "SchemaType": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -11448,15 +14540,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -11480,7 +14563,7 @@
],
"ParameterSets": [
{
- "Name": "NetworkRuleSetPropertiesSet",
+ "Name": "NamespaceSchemaGroupParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -11495,11 +14578,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -11508,31 +14591,34 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Name",
+ "AliasList": [
+ "SchemaGroupName"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11574,37 +14660,23 @@
]
},
{
- "Name": "NamespaceInputObjectSet",
+ "Name": "SchemaGroupInputObjectParameterSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "KafkaEnabled": "System.Nullable`1[System.Boolean]",
- "IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
- "ServiceBusEndpoint": "System.String",
- "ProvisioningState": "System.String",
- "Location": "System.String",
- "ClusterArmId": "System.String",
- "Name": "System.String",
+ "GroupProperties": "System.Collections.Hashtable",
"Id": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "Name": "System.String",
+ "Location": "System.String",
+ "Type": "System.String",
+ "SchemaCompatibility": "System.String",
+ "SchemaType": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -11629,21 +14701,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11673,7 +14730,7 @@
]
},
{
- "Name": "NetworkRuleSetResourceIdParameterSet",
+ "Name": "SchemaGroupResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -11705,21 +14762,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11766,21 +14808,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -11813,27 +14840,28 @@
},
{
"VerbName": "Remove",
- "NounName": "AzEventHubSchemaGroup",
- "Name": "Remove-AzEventHubSchemaGroup",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.SchemaRegistry.RemoveAzureEventHubSchemaGroup",
+ "NounName": "AzEventHubVirtualNetworkRule",
+ "Name": "Remove-AzEventHubVirtualNetworkRule",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubVNetRule",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceSchemaGroupParameterSet",
+ "DefaultParameterSetName": "VirtualNetworkRulePropertiesParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "GroupProperties": "System.Collections.Hashtable",
+ "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
+ "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
+ "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
"Type": "System.String",
- "SchemaCompatibility": "System.String",
- "SchemaType": "System.String"
+ "Name": "System.String",
+ "DefaultAction": "System.String",
+ "PublicNetworkAccess": "System.String"
},
"Methods": [
{
@@ -11860,11 +14888,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "schemaGroup",
+ "Name": "networkRuleSet",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -11887,7 +14918,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
+ "Name": "Name",
"AliasList": [
"NamespaceName"
],
@@ -11896,49 +14927,41 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "SchemaGroupName"
- ],
+ "Name": "SubnetId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "VirtualNetworkRuleObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "GroupProperties": "System.Collections.Hashtable",
- "Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "SchemaCompatibility": "System.String",
- "SchemaType": "System.String"
+ "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
+ "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
}
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ResourceId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -11969,7 +14992,7 @@
],
"ParameterSets": [
{
- "Name": "NamespaceSchemaGroupParameterSet",
+ "Name": "VirtualNetworkRulePropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -11988,7 +15011,7 @@
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "Name",
"AliasList": [
"NamespaceName"
],
@@ -11997,7 +15020,7 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 1,
@@ -12006,16 +15029,13 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SchemaGroupName"
- ],
+ "Name": "SubnetId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 2,
@@ -12037,6 +15057,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -12066,96 +15101,78 @@
]
},
{
- "Name": "SchemaGroupInputObjectParameterSet",
+ "Name": "VirtualNetworkRuleInputObjectParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsSchemaRegistryAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "GroupProperties": "System.Collections.Hashtable",
- "Id": "System.String",
- "Name": "System.String",
- "Location": "System.String",
- "Type": "System.String",
- "SchemaCompatibility": "System.String",
- "SchemaType": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "VirtualNetworkRuleObject",
"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.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.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]"
+ "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
+ "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
}
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "SchemaGroupResourceIdParameterSet",
- "Parameters": [
+ },
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -12214,6 +15231,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -12245,29 +15277,30 @@
]
},
{
- "VerbName": "Remove",
- "NounName": "AzEventHubVirtualNetworkRule",
- "Name": "Remove-AzEventHubVirtualNetworkRule",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.NetworkruleSet.RemoveAzureEventHubVNetRule",
+ "VerbName": "Set",
+ "NounName": "AzEventHub",
+ "Name": "Set-AzEventHub",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.SetAzureEventHub",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "VirtualNetworkRulePropertiesParameterSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
- "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
"Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "DefaultAction": "System.String",
- "PublicNetworkAccess": "System.String"
+ "Name": "System.String"
},
"Methods": [
{
@@ -12301,7 +15334,7 @@
"Name": "",
"Parameters": [
{
- "Name": "networkRuleSet",
+ "Name": "ehResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -12324,7 +15357,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -12336,7 +15369,10 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "SubnetId",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12345,35 +15381,51 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "VirtualNetworkRuleObject",
+ "Name": "InputObject",
+ "AliasList": [
+ "EventHubObj"
+ ],
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
- "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
}
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "PassThru",
+ "Name": "messageRetentionInDays",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "AsJob",
+ "Name": "partitionCount",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "DefaultProfile",
@@ -12398,7 +15450,7 @@
],
"ParameterSets": [
{
- "Name": "VirtualNetworkRulePropertiesParameterSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
@@ -12417,7 +15469,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -12435,7 +15487,10 @@
},
{
"ParameterMetadata": {
- "Name": "SubnetId",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12448,36 +15503,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -12507,8 +15532,37 @@
]
},
{
- "Name": "VirtualNetworkRuleInputObjectParameterSet",
+ "Name": "EventhubInputObjectSet",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "AliasList": [
+ "EventHubObj"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
+ "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
+ "PartitionCount": "System.Nullable`1[System.Int64]",
+ "Id": "System.String",
+ "Name": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -12526,7 +15580,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -12538,36 +15592,46 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "VirtualNetworkRuleObject",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
- "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 2,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -12575,82 +15639,98 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "EventhubPropertiesSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "messageRetentionInDays",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "partitionCount",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Name",
+ "AliasList": [
+ "EventHubName"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -12684,29 +15764,27 @@
},
{
"VerbName": "Set",
- "NounName": "AzEventHub",
- "Name": "Set-AzEventHub",
- "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.EventHub.SetAzureEventHub",
+ "NounName": "AzEventHubApplicationGroup",
+ "Name": "Set-AzEventHubApplicationGroup",
+ "ClassName": "Microsoft.Azure.Commands.EventHub.Commands.AppicationGroups.SetAzureEventHubsApplicationGroups",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "ApplicationGroupPropertiesParameterSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
+ "Name": "System.String",
"Id": "System.String",
- "Name": "System.String"
+ "Location": "System.String",
+ "Type": "System.String"
},
"Methods": [
{
@@ -12740,7 +15818,7 @@
"Name": "",
"Parameters": [
{
- "Name": "ehResource",
+ "Name": "applicationGroup",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -12763,10 +15841,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12776,9 +15851,6 @@
},
{
"Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12787,51 +15859,50 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
- "AliasList": [
- "EventHubObj"
- ],
+ "Name": "IsEnabled",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ThrottlingPolicyConfig",
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
- "Id": "System.String",
- "Name": "System.String"
- }
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "messageRetentionInDays",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "partitionCount",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "Type": "System.String"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -12856,7 +15927,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "ApplicationGroupPropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -12875,10 +15946,7 @@
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12894,9 +15962,6 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12911,112 +15976,32 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "IsEnabled",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "EventhubInputObjectSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "EventHubObj"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
- "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CaptureDescription": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "PartitionIds": "System.Collections.Generic.IList`1[System.String]",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "MessageRetentionInDays": "System.Nullable`1[System.Int64]",
- "PartitionCount": "System.Nullable`1[System.Int64]",
- "Id": "System.String",
- "Name": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "EventHubName"
- ],
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ThrottlingPolicyConfig",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -13049,20 +16034,17 @@
]
},
{
- "Name": "EventhubPropertiesSet",
+ "Name": "ApplicationGroupResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "messageRetentionInDays",
+ "Name": "IsEnabled",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -13071,16 +16053,14 @@
},
{
"ParameterMetadata": {
- "Name": "partitionCount",
+ "Name": "ThrottlingPolicyConfig",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -13089,55 +16069,105 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
- "Position": 0,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "DefaultProfile",
"AliasList": [
- "NamespaceName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "ApplicationGroupInputObjectParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubApplicationGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ThrottlingPolicyConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "IsEnabled": "System.Nullable`1[System.Boolean]",
+ "ClientAppGroupIdentifier": "System.String",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Location": "System.String",
+ "Type": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "DefaultProfile",
"AliasList": [
- "EventHubName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -13182,7 +16212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.String]",
@@ -13289,7 +16319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.String]",
@@ -13432,7 +16462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.String]",
@@ -13579,7 +16609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.String]",
@@ -13690,7 +16720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.String]",
@@ -13784,7 +16814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes",
"Id": "System.String",
@@ -13884,7 +16914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes",
"Id": "System.String",
@@ -14132,7 +17162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubClusterAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes",
"Id": "System.String",
@@ -14226,7 +17256,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSConsumerGroupAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedAt": "System.Nullable`1[System.DateTime]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
@@ -14527,7 +17557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
@@ -14681,7 +17711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
@@ -14906,7 +17936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
@@ -15060,7 +18090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
@@ -15245,18 +18275,19 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Encryption": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
"EncryptionConfig": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
"Identity": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
"Sku": "Microsoft.Azure.Management.EventHub.Models.Sku",
"DisableLocalAuth": "System.Nullable`1[System.Boolean]",
"ZoneRedundant": "System.Nullable`1[System.Boolean]",
"KafkaEnabled": "System.Nullable`1[System.Boolean]",
"IsAutoInflateEnabled": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
"CreatedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
"MaximumThroughputUnits": "System.Nullable`1[System.Int32]",
"ServiceBusEndpoint": "System.String",
"ProvisioningState": "System.String",
@@ -15447,7 +18478,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -15651,7 +18682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -15901,7 +18932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -15986,7 +19017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -16086,7 +19117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes"
},
"ValidateNotNullOrEmpty": true
@@ -16108,7 +19139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes"
},
"ValidateNotNullOrEmpty": true
@@ -16118,7 +19149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -16205,7 +19236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -16324,7 +19355,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes"
},
"ValidateNotNullOrEmpty": true
@@ -16358,7 +19389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes"
},
"ValidateNotNullOrEmpty": true
@@ -16522,7 +19553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reason": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]",
"NameAvailable": "System.Nullable`1[System.Boolean]",
@@ -16841,7 +19872,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes"
]
@@ -16849,7 +19880,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpMask": "System.String",
"Action": "System.String"
@@ -16911,7 +19942,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes"
]
@@ -16919,7 +19950,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -16976,7 +20007,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -17165,10 +20196,56 @@
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
},
+ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "privateEndpoint",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
"Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSCaptureDescriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes",
"Encoding": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]",
@@ -17219,7 +20296,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSDestinationAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"StorageAccountResourceId": "System.String",
@@ -17268,7 +20345,7 @@
"System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription"
]
@@ -17276,7 +20353,7 @@
"Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.EnumEncodingCaptureDescription, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -17376,7 +20453,7 @@
"System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.EntityStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.EventHub.Models.EntityStatus"
]
@@ -17384,7 +20461,7 @@
"Microsoft.Azure.Management.EventHub.Models.EntityStatus": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.EntityStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.EntityStatus, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -17492,7 +20569,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyVaultProperties": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]",
"KeySource": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]"
@@ -17536,7 +20613,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties"
]
@@ -17544,7 +20621,7 @@
"Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeyVaultProperties, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties",
"KeyName": "System.String",
@@ -17605,7 +20682,7 @@
"Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.UserAssignedIdentityProperties, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentity": "System.String"
},
@@ -17651,7 +20728,7 @@
"System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.KeySource]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.EventHub.Models.KeySource"
]
@@ -17659,7 +20736,7 @@
"Microsoft.Azure.Management.EventHub.Models.KeySource": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.KeySource",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.KeySource, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -17746,13 +20823,13 @@
"Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes"
},
"Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyName": "System.String",
"KeyVaultUri": "System.String",
@@ -17798,10 +20875,69 @@
}
]
},
+ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes"
+ },
+ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpoint": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubPrivateEndpointAttributes",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "privateEndpoint",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
"Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]",
"TenantId": "System.String",
@@ -17846,7 +20982,7 @@
"System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.IdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.EventHub.Models.IdentityType"
]
@@ -17854,7 +20990,7 @@
"Microsoft.Azure.Management.EventHub.Models.IdentityType": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.IdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.IdentityType, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -17941,7 +21077,7 @@
"Microsoft.Azure.Management.EventHub.Models.Sku": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.Sku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.Sku, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.Sku, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -18004,6 +21140,60 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
+ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes"
+ },
+ "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes": {
+ "Namespace": "Microsoft.Azure.Commands.EventHub.Models",
+ "Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubThrottlingPolicyConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "RateLimitThreshold": "System.Int64",
+ "MetricId": "System.String",
+ "Name": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "throttlingPolicy",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
"System.Collections.Generic.Dictionary`2[System.String,System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
@@ -18016,7 +21206,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsAvailableCluster, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Location": "System.String"
},
@@ -18062,7 +21252,7 @@
"System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR"
]
@@ -18070,7 +21260,7 @@
"Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.ProvisioningStateDR, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -18157,7 +21347,7 @@
"System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery"
]
@@ -18165,7 +21355,7 @@
"Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery": {
"Namespace": "Microsoft.Azure.Management.EventHub.Models",
"Name": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.EventHub.Models.RoleDisasterRecovery, Microsoft.Azure.Management.EventHub, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -18257,7 +21447,7 @@
"Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.PSEventHubsClusterSkuAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Name": "System.String"
@@ -18304,7 +21494,7 @@
"System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes"
]
@@ -18312,7 +21502,7 @@
"Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes": {
"Namespace": "Microsoft.Azure.Commands.EventHub.Models",
"Name": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=1.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.EventHub.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.EventHub, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
index 566ba6250a04..0dc6042227e0 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.KeyVault.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.KeyVault",
- "ModuleVersion": "4.5.0",
+ "ModuleVersion": "4.6.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -93,7 +93,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -196,7 +196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -290,7 +290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -345,7 +345,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -510,7 +510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -758,15 +758,16 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
- "Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Version": "System.String",
@@ -837,7 +838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -871,7 +872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -1042,6 +1043,42 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Exportable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Immutable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ReleasePolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "UseDefaultCVMPolicy",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -1576,25 +1613,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "KeyName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Disable",
+ "Name": "Exportable",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -1609,30 +1628,11 @@
},
{
"ParameterMetadata": {
- "Name": "KeyOps",
+ "Name": "Immutable",
"Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Expires",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1643,32 +1643,11 @@
},
{
"ParameterMetadata": {
- "Name": "NotBefore",
+ "Name": "ReleasePolicyPath",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "AliasList": [
- "Tags"
- ],
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -1679,22 +1658,11 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "UseDefaultCVMPolicy",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -1702,56 +1670,6 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "HsmInteractiveImport",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "HsmName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyFilePath",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyFilePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -1885,61 +1803,17 @@
]
},
{
- "Name": "InputObjectCreate",
+ "Name": "HsmInteractiveImport",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
- "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault",
- "EnabledForDeployment": "System.Boolean",
- "Tags": "System.Collections.Hashtable",
- "TenantId": "System.Guid",
- "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]",
- "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]",
- "EnableSoftDelete": "System.Nullable`1[System.Boolean]",
- "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
- "EnableRbacAuthorization": "System.Nullable`1[System.Boolean]",
- "SoftDeleteRetentionInDays": "System.Nullable`1[System.Int32]",
- "Location": "System.String",
- "ResourceGroupName": "System.String",
- "VaultName": "System.String",
- "ResourceId": "System.String",
- "PublicNetworkAccess": "System.String",
- "AccessPoliciesText": "System.String",
- "Sku": "System.String",
- "TenantName": "System.String",
- "VaultUri": "System.String",
- "NetworkAclsText": "System.String",
- "TagsTable": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Destination",
+ "Name": "HsmName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "HSM",
- "Software"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": -2147483648,
@@ -1948,46 +1822,28 @@
},
{
"ParameterMetadata": {
- "Name": "Size",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyType",
+ "Name": "KeyFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "CurveName",
+ "Name": "KeyFilePassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -2126,7 +1982,7 @@
]
},
{
- "Name": "InputObjectImport",
+ "Name": "InputObjectCreate",
"Parameters": [
{
"ParameterMetadata": {
@@ -2134,7 +1990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -2170,13 +2026,17 @@
},
{
"ParameterMetadata": {
- "Name": "KeyFilePath",
+ "Name": "Destination",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateSet": [
+ "HSM",
+ "Software"
+ ],
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
@@ -2185,31 +2045,15 @@
},
{
"ParameterMetadata": {
- "Name": "KeyFilePassword",
- "Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Destination",
+ "Name": "Size",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
},
- "ValidateSet": [
- "HSM",
- "Software"
- ],
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2379,35 +2223,39 @@
]
},
{
- "Name": "HsmInputObjectCreate",
+ "Name": "InputObjectImport",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "HsmObject",
+ "Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
+ "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
+ "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
+ "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault",
+ "EnabledForDeployment": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"TenantId": "System.Guid",
- "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
+ "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]",
+ "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]",
"EnableSoftDelete": "System.Nullable`1[System.Boolean]",
+ "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
+ "EnableRbacAuthorization": "System.Nullable`1[System.Boolean]",
"SoftDeleteRetentionInDays": "System.Nullable`1[System.Int32]",
"Location": "System.String",
"ResourceGroupName": "System.String",
"VaultName": "System.String",
"ResourceId": "System.String",
- "ProvisioningState": "System.String",
- "Name": "System.String",
- "HsmUri": "System.String",
- "TenantName": "System.String",
- "Sku": "System.String",
"PublicNetworkAccess": "System.String",
- "StatusMessage": "System.String",
- "TagsTable": "System.String",
- "InitialAdminObjectIds": "System.String[]"
+ "AccessPoliciesText": "System.String",
+ "Sku": "System.String",
+ "TenantName": "System.String",
+ "VaultUri": "System.String",
+ "NetworkAclsText": "System.String",
+ "TagsTable": "System.String"
}
},
"ValidateNotNullOrEmpty": true
@@ -2419,15 +2267,46 @@
},
{
"ParameterMetadata": {
- "Name": "Size",
+ "Name": "KeyFilePath",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyFilePassword",
+ "Type": {
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Destination",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "HSM",
+ "Software"
+ ],
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2445,7 +2324,7 @@
},
"ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
@@ -2597,7 +2476,7 @@
]
},
{
- "Name": "HsmInputObjectImport",
+ "Name": "HsmInputObjectCreate",
"Parameters": [
{
"ParameterMetadata": {
@@ -2605,7 +2484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -2637,13 +2516,31 @@
},
{
"ParameterMetadata": {
- "Name": "KeyFilePath",
+ "Name": "Size",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": -2147483648,
@@ -2652,13 +2549,73 @@
},
{
"ParameterMetadata": {
- "Name": "KeyFilePassword",
+ "Name": "CurveName",
"Type": {
- "Namespace": "System.Security",
- "Name": "System.Security.SecureString",
- "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Exportable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Immutable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ReleasePolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UseDefaultCVMPolicy",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -2797,84 +2754,284 @@
]
},
{
- "Name": "ResourceIdCreate",
+ "Name": "HsmInputObjectImport",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "HsmObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
+ "Tags": "System.Collections.Hashtable",
+ "TenantId": "System.Guid",
+ "EnablePurgeProtection": "System.Nullable`1[System.Boolean]",
+ "EnableSoftDelete": "System.Nullable`1[System.Boolean]",
+ "SoftDeleteRetentionInDays": "System.Nullable`1[System.Int32]",
+ "Location": "System.String",
+ "ResourceGroupName": "System.String",
+ "VaultName": "System.String",
+ "ResourceId": "System.String",
+ "ProvisioningState": "System.String",
+ "Name": "System.String",
+ "HsmUri": "System.String",
+ "TenantName": "System.String",
+ "Sku": "System.String",
+ "PublicNetworkAccess": "System.String",
+ "StatusMessage": "System.String",
+ "TagsTable": "System.String",
+ "InitialAdminObjectIds": "System.String[]"
+ }
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Destination",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateSet": [
- "HSM",
- "Software"
- ],
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Size",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "KeyType",
+ "Name": "KeyFilePath",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "CurveName",
+ "Name": "KeyFilePassword",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Security",
+ "Name": "System.Security.SecureString",
+ "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "KeyName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Disable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyOps",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Expires",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "NotBefore",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "AliasList": [
+ "Tags"
+ ],
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "ResourceIdCreate",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Destination",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "HSM",
+ "Software"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Size",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "CurveName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -3306,6 +3463,66 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Exportable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Immutable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ReleasePolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UseDefaultCVMPolicy",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Name",
@@ -3766,7 +3983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4105,7 +4322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -4194,7 +4411,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -4433,7 +4650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -4832,7 +5049,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -5070,7 +5287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -5182,7 +5399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -5354,7 +5571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -5516,7 +5733,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -5718,7 +5935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -5977,7 +6194,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -6173,7 +6390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6335,7 +6552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6528,7 +6745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -6692,7 +6909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -6923,7 +7140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -7241,7 +7458,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -7395,7 +7612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -7472,7 +7689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -7528,7 +7745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -7978,7 +8195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8029,7 +8246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8080,7 +8297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8133,7 +8350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -8198,7 +8415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -8573,7 +8790,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -8692,7 +8909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -8799,7 +9016,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9196,7 +9413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -9251,7 +9468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9366,7 +9583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9521,7 +9738,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -9565,7 +9782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
"ApiKey": "System.Security.SecureString",
@@ -9624,7 +9841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9769,7 +9986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -9978,7 +10195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -10055,7 +10272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10166,7 +10383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10262,7 +10479,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -10433,7 +10650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10544,7 +10761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -10640,7 +10857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -10694,15 +10911,16 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
- "Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Version": "System.String",
@@ -10752,7 +10970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -10808,7 +11026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -10889,7 +11107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -10923,7 +11141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -11618,7 +11836,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11737,7 +11955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11859,7 +12077,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -11978,7 +12196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -12093,7 +12311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -12211,7 +12429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -12949,15 +13167,15 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
"UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
- "ExpiresIn": "System.Nullable`1[System.TimeSpan]",
"Id": "System.String",
"VaultName": "System.String",
- "KeyName": "System.String"
+ "KeyName": "System.String",
+ "ExpiresIn": "System.String"
},
"Methods": [
{
@@ -13041,7 +13259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -13158,7 +13376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -13257,7 +13475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -13330,7 +13548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -13399,7 +13617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -13888,7 +14106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13939,7 +14157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -13993,7 +14211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14046,7 +14264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14114,7 +14332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -14285,7 +14503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -14485,7 +14703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14531,7 +14749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14580,7 +14798,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14636,7 +14854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14713,7 +14931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -14878,7 +15096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15101,7 +15319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -15376,7 +15594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -15482,7 +15700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -15960,7 +16178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -16309,7 +16527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -16362,7 +16580,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -16417,7 +16635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -16472,7 +16690,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -16551,7 +16769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -16941,7 +17159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17060,7 +17278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17182,7 +17400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -17594,7 +17812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -18151,7 +18369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -18194,7 +18412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -18246,7 +18464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -18359,7 +18577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -18454,7 +18672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -18477,7 +18695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath"
},
"ValidateNotNullOrEmpty": true
@@ -18579,7 +18797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyOperationResult, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyId": "System.String",
"Result": "System.String",
@@ -18735,7 +18953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -19148,7 +19366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -19283,15 +19501,16 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
- "Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Version": "System.String",
@@ -19368,7 +19587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -19485,7 +19704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -19584,7 +19803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -19780,7 +19999,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -20020,7 +20239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -20096,7 +20315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirstName": "System.String",
"LastName": "System.String",
@@ -20304,7 +20523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -20359,7 +20578,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -20412,7 +20631,7 @@
"Type": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -20468,7 +20687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -21949,7 +22168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -22371,7 +22590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -22442,7 +22661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22451,7 +22670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22515,7 +22734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22530,7 +22749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -22630,7 +22849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -23457,7 +23676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -23536,7 +23755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -23651,7 +23870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -23848,7 +24067,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -24258,7 +24477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -24389,7 +24608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -24890,7 +25109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -24988,7 +25207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25740,7 +25959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25874,7 +26093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -25993,7 +26212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26112,7 +26331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26228,7 +26447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -26951,7 +27170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -27025,7 +27244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -27205,7 +27424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -27391,7 +27610,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Email": "System.String",
"VaultName": "System.String"
@@ -27446,7 +27665,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -27611,7 +27830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -27859,7 +28078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
"ApiKey": "System.Security.SecureString",
@@ -27930,7 +28149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -28082,7 +28301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -28231,7 +28450,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -28308,7 +28527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -28469,7 +28688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -28627,7 +28846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -28720,7 +28939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -29015,7 +29234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -29229,7 +29448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -29620,7 +29839,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -29747,7 +29966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -30229,7 +30448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30310,7 +30529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30494,7 +30713,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30680,7 +30899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30772,7 +30991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -30949,7 +31168,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -31105,7 +31324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31194,7 +31413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31433,7 +31652,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -31774,7 +31993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -31928,7 +32147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -32814,7 +33033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -32952,7 +33171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -33215,7 +33434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Permissions": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
"Id": "System.String",
@@ -33338,7 +33557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -33419,7 +33638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -33604,7 +33823,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -33877,7 +34096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -34296,7 +34515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -34453,7 +34672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -34587,7 +34806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -34650,7 +34869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -34789,7 +35008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -34989,15 +35208,16 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
- "Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Version": "System.String",
@@ -35068,7 +35288,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35102,7 +35322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -35307,7 +35527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35393,7 +35613,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -35650,7 +35870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -35716,7 +35936,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -35855,7 +36075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36055,7 +36275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -36122,7 +36342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36261,7 +36481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36461,7 +36681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -36559,7 +36779,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -37614,7 +37834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -37810,7 +38030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -37976,7 +38196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -38142,7 +38362,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -38305,7 +38525,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceId": "System.String",
@@ -39282,7 +39502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -39480,7 +39700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -39496,7 +39716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -39669,7 +39889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -39770,7 +39990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"IssuerProvider": "System.String",
@@ -39876,7 +40096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -40050,7 +40270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -40552,7 +40772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsNames": "System.Collections.Generic.List`1[System.String]",
"KeyUsage": "System.Collections.Generic.List`1[System.String]",
@@ -41608,15 +41828,15 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
"CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
"UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
- "ExpiresIn": "System.Nullable`1[System.TimeSpan]",
"Id": "System.String",
"VaultName": "System.String",
- "KeyName": "System.String"
+ "KeyName": "System.String",
+ "ExpiresIn": "System.String"
},
"Methods": [
{
@@ -41671,43 +41891,6 @@
}
],
"Parameters": [
- {
- "Name": "KeyRotationPolicy",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
- "CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
- "UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
- "ExpiresIn": "System.Nullable`1[System.TimeSpan]",
- "Id": "System.String",
- "VaultName": "System.String",
- "KeyName": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ExpiresIn",
- "Type": {
- "Namespace": "System",
- "Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "KeyRotationLifetimeAction",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "VaultName",
"Type": {
@@ -41737,7 +41920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -41756,6 +41939,52 @@
},
"ValidateNotNullOrEmpty": true
},
+ {
+ "Name": "KeyRotationPolicy",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
+ "CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
+ "UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
+ "Id": "System.String",
+ "VaultName": "System.String",
+ "KeyName": "System.String",
+ "ExpiresIn": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ExpiresIn",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KeyRotationLifetimeAction",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "PolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -41779,30 +42008,149 @@
],
"ParameterSets": [
{
- "Name": "ByKeyRotationPolicyInputObject",
+ "Name": "ByVaultName",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "KeyRotationPolicy",
+ "Name": "VaultName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "KeyName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ExpiresIn",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyRotationLifetimeAction",
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
+ },
+ "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": {
- "LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
- "CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
- "UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
- "ExpiresIn": "System.Nullable`1[System.TimeSpan]",
- "Id": "System.String",
- "VaultName": "System.String",
- "KeyName": "System.String"
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
}
},
"ValidateNotNullOrEmpty": false
},
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "SetByRotationPolicyFileViaVaultName",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "VaultName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": true,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "KeyName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -41834,15 +42182,48 @@
]
},
{
- "Name": "ByVaultName",
+ "Name": "ByKeyInputObject",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "AliasList": [
+ "Key"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IsHsm": "System.Boolean",
+ "Tags": "System.Collections.Hashtable",
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "Expires": "System.Nullable`1[System.DateTime]",
+ "NotBefore": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
+ "Updated": "System.Nullable`1[System.DateTime]",
+ "RecoveryLevel": "System.String",
+ "TagsTable": "System.String",
+ "VaultName": "System.String",
+ "Name": "System.String",
+ "Version": "System.String",
+ "Id": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ExpiresIn",
"Type": {
"Namespace": "System",
- "Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -41857,7 +42238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
},
"ValidateNotNullOrEmpty": false
@@ -41869,34 +42250,80 @@
},
{
"ParameterMetadata": {
- "Name": "VaultName",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "SetByRotationPolicyFileViaKeyInputObject",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "AliasList": [
+ "Key"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IsHsm": "System.Boolean",
+ "Tags": "System.Collections.Hashtable",
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "Expires": "System.Nullable`1[System.DateTime]",
+ "NotBefore": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
+ "Updated": "System.Nullable`1[System.DateTime]",
+ "RecoveryLevel": "System.String",
+ "TagsTable": "System.String",
+ "VaultName": "System.String",
+ "Name": "System.String",
+ "Version": "System.String",
+ "Id": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": false,
+ "ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "KeyName"
- ],
+ "Name": "PolicyPath",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
- "Position": 1,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
@@ -41929,66 +42356,26 @@
]
},
{
- "Name": "ByKeyInputObject",
+ "Name": "ByKeyRotationPolicyInputObject",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ExpiresIn",
- "Type": {
- "Namespace": "System",
- "Name": "System.TimeSpan",
- "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "KeyRotationLifetimeAction",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "AliasList": [
- "Key"
- ],
+ "Name": "KeyRotationPolicy",
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
- "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "IsHsm": "System.Boolean",
- "Tags": "System.Collections.Hashtable",
- "Enabled": "System.Nullable`1[System.Boolean]",
- "Expires": "System.Nullable`1[System.DateTime]",
- "NotBefore": "System.Nullable`1[System.DateTime]",
- "Created": "System.Nullable`1[System.DateTime]",
- "Updated": "System.Nullable`1[System.DateTime]",
- "RecoveryLevel": "System.String",
- "TagsTable": "System.String",
+ "LifetimeActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
+ "CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
+ "UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
+ "Id": "System.String",
"VaultName": "System.String",
- "Name": "System.String",
- "Version": "System.String",
- "Id": "System.String"
+ "KeyName": "System.String",
+ "ExpiresIn": "System.String"
}
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": 0,
@@ -42070,7 +42457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42143,7 +42530,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42416,7 +42803,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -42710,7 +43097,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -42789,7 +43176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43064,7 +43451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43360,7 +43747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -43437,7 +43824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -43574,7 +43961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CancellationRequested": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -43702,7 +44089,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43777,7 +44164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43890,7 +44277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -43988,15 +44375,16 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
- "Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Version": "System.String",
@@ -44079,7 +44467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -44259,7 +44647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -44360,7 +44748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44438,7 +44826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44551,7 +44939,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44649,7 +45037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44734,7 +45122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44914,7 +45302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -44999,7 +45387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45088,7 +45476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45293,7 +45681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45465,7 +45853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -45544,7 +45932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -45659,7 +46047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -45759,7 +46147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -45860,7 +46248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46125,7 +46513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -46523,7 +46911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -46598,7 +46986,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -46817,7 +47205,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -47030,15 +47418,16 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
"Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
- "Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "Created": "System.Nullable`1[System.DateTime]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Version": "System.String",
@@ -47121,7 +47510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -47198,6 +47587,24 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Immutable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ReleasePolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "Tag",
"AliasList": [
@@ -47462,6 +47869,36 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Immutable",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ReleasePolicyPath",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "Version",
@@ -47620,7 +48057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsHsm": "System.Boolean",
"Tags": "System.Collections.Hashtable",
@@ -47965,7 +48402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -48062,7 +48499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -48293,7 +48730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSManagedHsm, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OriginalManagedHsm": "Microsoft.Azure.Management.KeyVault.Models.ManagedHsm",
"Tags": "System.Collections.Hashtable",
@@ -48633,7 +49070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48712,7 +49149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -48992,7 +49429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49292,7 +49729,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49371,7 +49808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49555,7 +49992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
"TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -49741,7 +50178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -49830,7 +50267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -49882,7 +50319,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -49894,7 +50331,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -50000,7 +50437,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -50018,7 +50455,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -50129,7 +50566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
"NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
@@ -50169,7 +50606,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -50187,7 +50624,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -50313,7 +50750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -50331,7 +50768,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -50442,7 +50879,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum"
]
@@ -50460,7 +50897,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum"
]
@@ -50578,7 +51015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
"Tags": "System.Collections.Hashtable",
@@ -50657,7 +51094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -50968,7 +51405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
@@ -51522,13 +51959,13 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy"
},
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PermissionsToKeys": "System.Collections.Generic.List`1[System.String]",
"PermissionsToSecrets": "System.Collections.Generic.List`1[System.String]",
@@ -51634,7 +52071,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
"DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
@@ -51697,7 +52134,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -51789,7 +52226,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -52884,24 +53321,81 @@
"Name": "System.Collections.Hashtable",
"AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy": {
+ "Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
+ "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Immutable": "System.Nullable`1[System.Boolean]",
+ "PolicyContent": "System.String",
+ "ContentType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ }
+ ]
+ },
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ReleasePolicy": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyReleasePolicy",
"TagsDirectionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Tags": "System.Collections.Hashtable",
"Enabled": "System.Nullable`1[System.Boolean]",
+ "Managed": "System.Nullable`1[System.Boolean]",
+ "Exportable": "System.Nullable`1[System.Boolean]",
"Expires": "System.Nullable`1[System.DateTime]",
"NotBefore": "System.Nullable`1[System.DateTime]",
"Created": "System.Nullable`1[System.DateTime]",
"Updated": "System.Nullable`1[System.DateTime]",
+ "RecoverableDays": "System.Nullable`1[System.Int32]",
"KeyType": "System.String",
"RecoveryLevel": "System.String",
"TagsTable": "System.String",
"KeyOps": "System.String[]"
},
"Methods": [
+ {
+ "Name": "ToKeyProperties",
+ "Parameters": [
+ {
+ "Name": "keyName",
+ "Type": "System.String"
+ },
+ {
+ "Name": "keyProperties",
+ "Type": "Azure.Security.KeyVault.Keys.KeyProperties"
+ }
+ ],
+ "ReturnType": "Azure.Security.KeyVault.Keys.KeyProperties"
+ },
{
"Name": "GetType",
"ReturnType": "System.Type"
@@ -52946,6 +53440,140 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
+ "Azure.Security.KeyVault.Keys.KeyProperties": {
+ "Namespace": "Azure.Security.KeyVault.Keys",
+ "Name": "Azure.Security.KeyVault.Keys.KeyProperties",
+ "AssemblyQualifiedName": "Azure.Security.KeyVault.Keys.KeyProperties, Azure.Security.KeyVault.Keys, Version=4.3.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8",
+ "Properties": {
+ "ReleasePolicy": "Azure.Security.KeyVault.Keys.KeyReleasePolicy",
+ "Managed": "System.Boolean",
+ "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
+ "Enabled": "System.Nullable`1[System.Boolean]",
+ "Exportable": "System.Nullable`1[System.Boolean]",
+ "NotBefore": "System.Nullable`1[System.DateTimeOffset]",
+ "ExpiresOn": "System.Nullable`1[System.DateTimeOffset]",
+ "CreatedOn": "System.Nullable`1[System.DateTimeOffset]",
+ "UpdatedOn": "System.Nullable`1[System.DateTimeOffset]",
+ "RecoverableDays": "System.Nullable`1[System.Int32]",
+ "Name": "System.String",
+ "Version": "System.String",
+ "RecoveryLevel": "System.String",
+ "Id": "System.Uri",
+ "VaultUri": "System.Uri"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "name",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "id",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "Azure.Security.KeyVault.Keys.KeyReleasePolicy": {
+ "Namespace": "Azure.Security.KeyVault.Keys",
+ "Name": "Azure.Security.KeyVault.Keys.KeyReleasePolicy",
+ "AssemblyQualifiedName": "Azure.Security.KeyVault.Keys.KeyReleasePolicy, Azure.Security.KeyVault.Keys, Version=4.3.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8",
+ "Properties": {
+ "EncodedPolicy": "System.BinaryData",
+ "Immutable": "System.Nullable`1[System.Boolean]",
+ "ContentType": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "encodedPolicy",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "System.BinaryData": {
+ "Namespace": "System",
+ "Name": "System.BinaryData",
+ "AssemblyQualifiedName": "System.BinaryData, System.Memory.Data, Version=1.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"
+ },
+ "System.Nullable`1[System.DateTimeOffset]": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTimeOffset]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTimeOffset"
+ ]
+ },
+ "System.DateTimeOffset": {
+ "Namespace": "System",
+ "Name": "System.DateTimeOffset",
+ "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "System.Uri": {
+ "Namespace": "System",
+ "Name": "System.Uri",
+ "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
+ },
"Microsoft.Azure.KeyVault.WebKey.JsonWebKey": {
"Namespace": "Microsoft.Azure.KeyVault.WebKey",
"Name": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey",
@@ -53866,7 +54494,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Created": "System.Nullable`1[System.DateTime]",
@@ -53930,7 +54558,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
"Id": "System.String"
@@ -53968,7 +54596,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails"
]
@@ -53976,7 +54604,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FirstName": "System.String",
"LastName": "System.String",
@@ -54021,7 +54649,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction"
]
@@ -54029,11 +54657,11 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyRotationLifetimeAction, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "TimeAfterCreate": "System.Nullable`1[System.TimeSpan]",
- "TimeBeforeExpiry": "System.Nullable`1[System.TimeSpan]",
- "Action": "System.String"
+ "Action": "System.String",
+ "TimeAfterCreate": "System.String",
+ "TimeBeforeExpiry": "System.String"
},
"Methods": [
{
@@ -54074,23 +54702,10 @@
}
]
},
- "System.Nullable`1[System.DateTimeOffset]": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.DateTimeOffset]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTimeOffset"
- ]
- },
- "System.DateTimeOffset": {
- "Namespace": "System",
- "Name": "System.DateTimeOffset",
- "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Created": "System.Nullable`1[System.DateTime]",
@@ -54136,13 +54751,13 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission"
},
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultPermission, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.String[]",
"NotActions": "System.String[]",
@@ -54191,7 +54806,7 @@
"Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TagsDictionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Tags": "System.Collections.Hashtable",
@@ -54237,7 +54852,7 @@
"Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath": {
"Namespace": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models",
"Name": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.SecurityDomain.Models.KeyPath, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"PrivateKey": "System.String",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Network.json b/tools/Tools.Common/SerializedCmdlets/Az.Network.json
index 57a5a736b0a4..2f4af71fe375 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": "4.17.0",
+ "ModuleVersion": "4.18.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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -119,7 +119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -233,7 +233,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -377,7 +377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -480,7 +480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -605,7 +605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -766,7 +766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -869,7 +869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -992,7 +992,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -1014,7 +1014,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -1041,7 +1041,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -1051,7 +1051,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -1123,7 +1123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -1282,7 +1282,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -1316,7 +1316,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -1349,7 +1349,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -1365,7 +1365,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -1482,7 +1482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -1528,7 +1528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -1642,7 +1642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -1786,7 +1786,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -1889,7 +1889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -1986,7 +1986,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -2035,7 +2035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -2073,7 +2073,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -2323,7 +2323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -2460,7 +2460,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -2506,7 +2506,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -2550,7 +2550,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -2574,7 +2574,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -2703,7 +2703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -2806,7 +2806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -2920,7 +2920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -3064,7 +3064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -3167,7 +3167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -3255,7 +3255,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -3288,7 +3288,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -3323,7 +3323,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -3346,7 +3346,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -3375,7 +3375,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -3440,7 +3440,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -3476,7 +3476,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -3636,7 +3636,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -3758,7 +3758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -3918,7 +3918,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -3965,7 +3965,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -3995,7 +3995,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -4018,7 +4018,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -4047,7 +4047,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -4073,7 +4073,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -4099,7 +4099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -4259,7 +4259,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -4313,7 +4313,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -4359,7 +4359,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -4434,7 +4434,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -4539,7 +4539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -4642,7 +4642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -4730,7 +4730,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -4796,7 +4796,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -4933,7 +4933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5055,7 +5055,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -5101,7 +5101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5230,7 +5230,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5333,7 +5333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5412,7 +5412,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -5448,7 +5448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5539,7 +5539,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -5593,7 +5593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5696,7 +5696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -5864,7 +5864,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -5904,7 +5904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -6138,7 +6138,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -6196,7 +6196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -6299,7 +6299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -6402,7 +6402,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -6492,7 +6492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -6686,7 +6686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -6865,7 +6865,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -6902,7 +6902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -7096,7 +7096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -7282,7 +7282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -7385,7 +7385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -7500,7 +7500,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -7540,7 +7540,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -7580,7 +7580,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -7609,7 +7609,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -7643,7 +7643,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -7670,7 +7670,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -7723,7 +7723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -7974,7 +7974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -8135,7 +8135,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -8172,7 +8172,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -8209,7 +8209,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -8235,7 +8235,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -8266,7 +8266,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -8290,7 +8290,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -8323,7 +8323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -8491,7 +8491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -8594,7 +8594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -8673,7 +8673,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -8711,7 +8711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -8802,7 +8802,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -8858,7 +8858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -8961,7 +8961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9093,7 +9093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9267,7 +9267,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9370,7 +9370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9449,7 +9449,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -9467,7 +9467,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
}
@@ -9479,7 +9479,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -9515,7 +9515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9606,7 +9606,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -9630,7 +9630,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
}
@@ -9648,7 +9648,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -9702,7 +9702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9805,7 +9805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -9919,7 +9919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -10063,7 +10063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -10280,7 +10280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -10424,7 +10424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -10527,7 +10527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -10606,7 +10606,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -10625,7 +10625,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -10654,7 +10654,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -10685,7 +10685,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -10721,7 +10721,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -10774,7 +10774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -10865,7 +10865,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -10957,7 +10957,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -11048,7 +11048,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -11095,7 +11095,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -11121,7 +11121,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -11158,7 +11158,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -11182,7 +11182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -11273,7 +11273,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -11320,7 +11320,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -11344,7 +11344,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -11377,7 +11377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -11468,7 +11468,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -11545,7 +11545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -11636,7 +11636,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -11690,7 +11690,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -11809,7 +11809,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -11905,7 +11905,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -11989,7 +11989,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12073,7 +12073,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12156,7 +12156,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12242,7 +12242,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12326,7 +12326,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12449,7 +12449,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12607,7 +12607,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12742,7 +12742,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12826,7 +12826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -12964,7 +12964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -13052,7 +13052,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -13336,7 +13336,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -13590,7 +13590,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -13636,7 +13636,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -13897,7 +13897,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -13971,7 +13971,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -14153,7 +14153,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -14404,7 +14404,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationKey": "System.String",
"AuthorizationUseStatus": "System.String",
@@ -14464,7 +14464,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -14539,7 +14539,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -14617,7 +14617,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -14689,7 +14689,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -14737,7 +14737,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -14773,7 +14773,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -14833,7 +14833,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -14887,7 +14887,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -14959,7 +14959,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -15048,7 +15048,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -15097,7 +15097,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -15144,7 +15144,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -15214,7 +15214,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -15370,7 +15370,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -15416,7 +15416,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -15587,7 +15587,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -15724,7 +15724,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -15846,7 +15846,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -15890,7 +15890,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16027,7 +16027,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16149,7 +16149,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -16190,7 +16190,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16319,7 +16319,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16391,7 +16391,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16511,7 +16511,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -16573,7 +16573,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16784,7 +16784,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -16980,7 +16980,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -17022,7 +17022,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -17225,7 +17225,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -17297,7 +17297,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -17408,7 +17408,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -17477,7 +17477,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -17528,7 +17528,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -17775,7 +17775,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -17992,7 +17992,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -18034,7 +18034,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -18065,7 +18065,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -18289,7 +18289,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -18361,7 +18361,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -18445,7 +18445,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -18464,7 +18464,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -18515,7 +18515,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -18635,7 +18635,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -18697,7 +18697,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -18817,7 +18817,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -18864,7 +18864,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -18895,7 +18895,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -19015,7 +19015,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -19069,7 +19069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -19141,7 +19141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -19260,7 +19260,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -19433,7 +19433,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -19505,7 +19505,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -19634,7 +19634,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -19680,7 +19680,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -19699,7 +19699,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -19747,7 +19747,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -20004,7 +20004,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -20215,7 +20215,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -20257,7 +20257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -20273,7 +20273,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -20301,7 +20301,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -20519,7 +20519,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -20615,7 +20615,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -20697,7 +20697,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -20746,7 +20746,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -20794,7 +20794,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -20814,7 +20814,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -20834,7 +20834,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -20854,7 +20854,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -20914,7 +20914,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -21151,7 +21151,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -21279,7 +21279,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -21325,7 +21325,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -21369,7 +21369,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -21385,7 +21385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -21401,7 +21401,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -21417,7 +21417,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -21463,7 +21463,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -21598,7 +21598,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -21685,7 +21685,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -21745,7 +21745,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -21798,7 +21798,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -21907,7 +21907,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -22001,7 +22001,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -22034,7 +22034,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -22135,7 +22135,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -22222,7 +22222,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -22317,7 +22317,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -22327,7 +22327,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -22433,7 +22433,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -22654,7 +22654,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -22670,7 +22670,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -22701,7 +22701,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -22969,7 +22969,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -23197,7 +23197,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -23264,7 +23264,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -23352,7 +23352,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -23482,7 +23482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -23548,7 +23548,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -23652,7 +23652,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -23804,7 +23804,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -24236,7 +24236,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -24311,7 +24311,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -24405,7 +24405,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -24520,7 +24520,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"Destinations": "System.Collections.Generic.List`1[System.String]",
@@ -24734,7 +24734,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -24793,7 +24793,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -24854,7 +24854,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -24924,7 +24924,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -25000,7 +25000,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -25070,7 +25070,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -25119,7 +25119,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -25183,7 +25183,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -25323,7 +25323,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -25433,7 +25433,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -25479,7 +25479,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -25523,7 +25523,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -25640,7 +25640,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -25717,7 +25717,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -25855,7 +25855,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -26032,7 +26032,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -26117,7 +26117,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -26179,7 +26179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -26217,7 +26217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -26258,7 +26258,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -26297,7 +26297,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -26307,7 +26307,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -26335,7 +26335,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -26386,7 +26386,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -26467,7 +26467,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -26483,7 +26483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -26529,7 +26529,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -26639,7 +26639,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -26720,7 +26720,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -26736,7 +26736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -26782,7 +26782,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -26829,7 +26829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -26864,7 +26864,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -26899,7 +26899,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -26949,7 +26949,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -27030,7 +27030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -27046,7 +27046,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -27092,7 +27092,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -27146,7 +27146,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -27577,7 +27577,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Thumbprint": "System.String",
"ProvisioningState": "System.String",
@@ -27792,7 +27792,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicCertData": "System.String",
"ProvisioningState": "System.String",
@@ -28007,7 +28007,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
@@ -28367,7 +28367,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
@@ -28727,7 +28727,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -28826,7 +28826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -29118,7 +29118,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -29317,7 +29317,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -29420,7 +29420,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -29734,7 +29734,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -29944,7 +29944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -30165,7 +30165,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ProvisioningState": "System.String",
@@ -30224,7 +30224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -30335,7 +30335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -30449,7 +30449,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -30495,7 +30495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -30591,7 +30591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -30705,7 +30705,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]",
"AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]",
@@ -30891,7 +30891,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -31019,7 +31019,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]",
"ValueText": "System.String"
@@ -31133,7 +31133,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -31203,7 +31203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -31314,7 +31314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -31428,7 +31428,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]",
"BackendAddressPoolsText": "System.String"
@@ -31719,7 +31719,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -31804,7 +31804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -31915,7 +31915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -32032,7 +32032,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
},
@@ -32077,7 +32077,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -32123,7 +32123,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -32187,7 +32187,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -32233,7 +32233,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -32290,7 +32290,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -32365,7 +32365,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -32420,7 +32420,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -32531,7 +32531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -32645,7 +32645,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -32819,7 +32819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -32885,7 +32885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -32996,7 +32996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -33110,7 +33110,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -33169,7 +33169,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -33280,7 +33280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -33394,7 +33394,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -33467,7 +33467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -33578,7 +33578,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -33692,7 +33692,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -33747,7 +33747,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -33819,7 +33819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -33894,7 +33894,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -33942,7 +33942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34038,7 +34038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34152,7 +34152,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"ProvisioningState": "System.String",
@@ -34212,7 +34212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34323,7 +34323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34437,7 +34437,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -34488,7 +34488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34593,7 +34593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34722,7 +34722,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -34791,7 +34791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -34902,7 +34902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35016,7 +35016,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -35085,7 +35085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35196,7 +35196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35310,7 +35310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -35382,7 +35382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35493,7 +35493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35607,7 +35607,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -35671,7 +35671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35782,7 +35782,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -35896,7 +35896,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -35943,7 +35943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -36039,7 +36039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -36153,7 +36153,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -36215,7 +36215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -36326,7 +36326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -36440,7 +36440,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -36491,7 +36491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -36587,7 +36587,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -36701,7 +36701,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
"MinProtocolVersion": "System.String",
@@ -36842,7 +36842,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -36904,7 +36904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -37015,7 +37015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -37129,7 +37129,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -37180,7 +37180,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -37226,7 +37226,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -37290,7 +37290,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ValidatedCertData": "System.String",
@@ -37351,7 +37351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -37462,7 +37462,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -37576,7 +37576,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ProvisioningState": "System.String",
@@ -37635,7 +37635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -37746,7 +37746,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -37860,7 +37860,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -37927,7 +37927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -38038,7 +38038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -38152,7 +38152,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -38207,7 +38207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -38303,7 +38303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -38417,7 +38417,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -38589,7 +38589,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkService": "System.String"
},
@@ -38746,7 +38746,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -38907,7 +38907,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -39043,7 +39043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.Collections.Generic.List`1[System.String]",
"Name": "System.String",
@@ -39180,7 +39180,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -39255,7 +39255,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSBastion"
]
@@ -39523,7 +39523,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]",
"Name": "System.String",
@@ -39637,7 +39637,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -39906,7 +39906,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Tag": "System.Collections.Hashtable",
@@ -40111,7 +40111,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.Collections.Generic.List`1[System.String]",
"ProvisioningState": "System.String",
@@ -40170,7 +40170,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -40251,7 +40251,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -40335,7 +40335,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation",
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -40499,7 +40499,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"AddressPrefix": "System.Collections.Generic.List`1[System.String]",
@@ -40686,7 +40686,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -40879,7 +40879,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Age": "System.Nullable`1[System.Int32]",
"InterfaceProperty": "System.String",
@@ -40963,7 +40963,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -41052,7 +41052,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -41105,7 +41105,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationKey": "System.String",
"AuthorizationUseStatus": "System.String",
@@ -41164,7 +41164,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41247,7 +41247,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41333,7 +41333,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig",
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41399,7 +41399,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41482,7 +41482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41568,7 +41568,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -41647,7 +41647,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41730,7 +41730,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -41816,7 +41816,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"Network": "System.String",
@@ -41901,7 +41901,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -41990,7 +41990,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -42043,7 +42043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"V": "System.Nullable`1[System.Int32]",
"AsProperty": "System.Nullable`1[System.Int32]",
@@ -42128,7 +42128,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -42217,7 +42217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -42270,7 +42270,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryBytesIn": "System.Nullable`1[System.Int64]",
"PrimaryBytesOut": "System.Nullable`1[System.Int64]",
@@ -42475,7 +42475,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -42551,7 +42551,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -42712,7 +42712,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -42920,7 +42920,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -43097,7 +43097,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Age": "System.Nullable`1[System.Int32]",
"InterfaceProperty": "System.String",
@@ -43167,7 +43167,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -43213,7 +43213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -43306,7 +43306,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -43356,7 +43356,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -43414,7 +43414,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -43484,7 +43484,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -43541,7 +43541,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -43614,7 +43614,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -43687,7 +43687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -43763,7 +43763,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"Network": "System.String",
@@ -43834,7 +43834,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -43880,7 +43880,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -43973,7 +43973,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44023,7 +44023,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -44081,7 +44081,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44151,7 +44151,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44208,7 +44208,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -44295,7 +44295,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -44341,7 +44341,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44434,7 +44434,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44484,7 +44484,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -44542,7 +44542,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44612,7 +44612,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Primary",
@@ -44669,7 +44669,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -44941,7 +44941,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45212,7 +45212,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationKey": "System.String",
"AuthorizationUseStatus": "System.String",
@@ -45272,7 +45272,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45347,7 +45347,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45425,7 +45425,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45473,7 +45473,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45533,7 +45533,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45611,7 +45611,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig",
"RouterName": "System.String",
@@ -45676,7 +45676,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45760,7 +45760,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45831,7 +45831,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45917,7 +45917,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -45995,7 +45995,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]",
"Tag": "System.Collections.Hashtable",
@@ -46141,7 +46141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -46257,7 +46257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses",
"ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration",
@@ -46538,7 +46538,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewall"
]
@@ -46672,7 +46672,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"FqdnTagName": "System.String",
@@ -46723,7 +46723,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag"
]
@@ -46803,7 +46803,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -47074,7 +47074,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup",
"Name": "System.String"
@@ -47150,7 +47150,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -47316,7 +47316,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -47471,7 +47471,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork",
@@ -47784,7 +47784,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -47837,7 +47837,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.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=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSIpGroup"
]
@@ -48057,7 +48057,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -48366,7 +48366,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendPort": "System.Nullable`1[System.Int32]",
"BackendPort": "System.Nullable`1[System.Int32]",
@@ -48441,7 +48441,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -48654,7 +48654,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -48904,7 +48904,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -49001,7 +49001,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49166,7 +49166,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49326,7 +49326,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -49396,7 +49396,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49470,7 +49470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49568,7 +49568,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -49661,7 +49661,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49735,7 +49735,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49833,7 +49833,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPortRangeStart": "System.Int32",
@@ -49902,7 +49902,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -49976,7 +49976,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50074,7 +50074,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -50144,7 +50144,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50218,7 +50218,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50316,7 +50316,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -50376,7 +50376,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50450,7 +50450,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50548,7 +50548,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -50619,7 +50619,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50693,7 +50693,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50791,7 +50791,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -50863,7 +50863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -50937,7 +50937,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -51035,7 +51035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -51213,7 +51213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -51525,7 +51525,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -52171,7 +52171,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation",
@@ -52270,7 +52270,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -52353,7 +52353,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -52439,7 +52439,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap",
"ResourceGroupName": "System.String",
@@ -52712,7 +52712,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -53123,7 +53123,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -53438,7 +53438,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourcePortRange": "System.Collections.Generic.IList`1[System.String]",
"DestinationPortRange": "System.Collections.Generic.IList`1[System.String]",
@@ -53508,7 +53508,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -53587,7 +53587,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -53675,7 +53675,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]",
"Name": "System.String",
@@ -53813,7 +53813,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceType": "System.String"
},
@@ -53946,7 +53946,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -54213,7 +54213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -54382,7 +54382,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -54640,7 +54640,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination",
"Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource",
@@ -54698,7 +54698,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -54757,7 +54757,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -54852,7 +54852,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -55155,7 +55155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]",
"StatesText": "System.String"
@@ -55201,7 +55201,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -55258,7 +55258,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55326,7 +55326,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -55651,7 +55651,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -55777,7 +55777,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -55841,7 +55841,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -55936,7 +55936,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -56239,7 +56239,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -56292,7 +56292,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -56387,7 +56387,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -56713,7 +56713,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NextHopType": "System.String",
"NextHopIpAddress": "System.String",
@@ -56760,7 +56760,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -56882,7 +56882,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -57388,7 +57388,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation",
"Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]",
@@ -57461,7 +57461,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -57556,7 +57556,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -57882,7 +57882,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]",
"CountriesText": "System.String"
@@ -57928,7 +57928,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -58061,7 +58061,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -58694,7 +58694,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -58743,7 +58743,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -58904,7 +58904,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -59767,7 +59767,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]",
"NetworkInterfacesText": "System.String"
@@ -59813,7 +59813,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -59908,7 +59908,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -60234,7 +60234,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]",
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
@@ -60283,7 +60283,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -60369,7 +60369,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -60635,7 +60635,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]",
"Tag": "System.Collections.Hashtable",
@@ -60697,7 +60697,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -60783,7 +60783,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -61049,7 +61049,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -61265,7 +61265,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -61354,7 +61354,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -61488,7 +61488,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -61641,7 +61641,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SasUrl": "System.String"
},
@@ -61710,7 +61710,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -61894,7 +61894,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -62140,7 +62140,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProfileUrl": "System.String"
},
@@ -62209,7 +62209,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -62375,7 +62375,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -62585,7 +62585,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]",
"ProvisioningState": "System.String",
@@ -62869,7 +62869,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -63192,7 +63192,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
@@ -63622,7 +63622,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequiredMembers": "System.Collections.Generic.List`1[System.String]",
"RequiredZoneNames": "System.Collections.Generic.List`1[System.String]",
@@ -63968,7 +63968,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -64276,7 +64276,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -64883,7 +64883,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -65155,7 +65155,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefix": "System.String",
"NextHopType": "System.String",
@@ -65206,7 +65206,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -65267,7 +65267,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -65352,7 +65352,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -65655,7 +65655,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Communities": "System.Collections.Generic.List`1[System.String]",
"Access": "System.String",
@@ -65714,7 +65714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -65780,7 +65780,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -65849,7 +65849,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -66123,7 +66123,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -66401,7 +66401,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"LocalAddress": "System.String",
@@ -66482,7 +66482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -66628,7 +66628,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -66750,7 +66750,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"LocalAddress": "System.String",
@@ -66831,7 +66831,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -66977,7 +66977,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -67099,7 +67099,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -67403,7 +67403,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -67664,7 +67664,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -67928,7 +67928,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"serviceResources": "System.Collections.Generic.List`1[System.String]",
"Description": "System.String",
@@ -67988,7 +67988,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -68054,7 +68054,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -68123,7 +68123,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -68205,7 +68205,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -68386,7 +68386,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -68608,7 +68608,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties",
"AddressPrefix": "System.String",
@@ -68886,7 +68886,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -69110,7 +69110,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -69200,7 +69200,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -69385,7 +69385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -69549,7 +69549,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -69626,7 +69626,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -69807,7 +69807,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -70029,7 +70029,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -70107,7 +70107,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -70287,7 +70287,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -70509,7 +70509,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -70822,7 +70822,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Id": "System.String",
@@ -70957,7 +70957,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -71151,7 +71151,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"LocalAddress": "System.String",
@@ -71368,7 +71368,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Asn": "System.Nullable`1[System.Int32]",
"RoutesReceived": "System.Nullable`1[System.Int64]",
@@ -71586,7 +71586,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -71788,7 +71788,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa"
]
@@ -71826,7 +71826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -72001,7 +72001,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -72552,7 +72552,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"LocalAddress": "System.String",
@@ -72745,7 +72745,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -72826,7 +72826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -73009,7 +73009,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -73365,7 +73365,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnConnectionDuration": "System.Nullable`1[System.Int64]",
"MaxBandwidth": "System.Nullable`1[System.Int64]",
@@ -73448,7 +73448,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -73681,7 +73681,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -73829,7 +73829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -74033,7 +74033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -74143,7 +74143,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -74236,7 +74236,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -74400,7 +74400,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -74658,7 +74658,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName",
"CurrentValue": "System.Double",
@@ -74820,7 +74820,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -75093,7 +75093,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -75371,7 +75371,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"LocalAddress": "System.String",
@@ -75452,7 +75452,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -75598,7 +75598,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -75720,7 +75720,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Weight": "System.Nullable`1[System.Int32]",
"LocalAddress": "System.String",
@@ -75801,7 +75801,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -75947,7 +75947,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -76069,7 +76069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -76275,7 +76275,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SasUrl": "System.String"
},
@@ -76345,7 +76345,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -76400,7 +76400,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite"
},
"ValidateNotNullOrEmpty": true
@@ -76470,7 +76470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite"
},
"ValidateNotNullOrEmpty": true
@@ -76631,7 +76631,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -76661,7 +76661,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite"
},
"ValidateNotNullOrEmpty": true
@@ -76726,7 +76726,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -76836,7 +76836,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite"
},
"ValidateNotNullOrEmpty": true
@@ -77031,7 +77031,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]",
"VpnServerConfigurationResourceIdsText": "System.String"
@@ -77101,7 +77101,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -77230,7 +77230,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -77378,7 +77378,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProfileUrl": "System.String"
},
@@ -77447,7 +77447,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -77483,7 +77483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -77607,7 +77607,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -77807,7 +77807,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -77837,7 +77837,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -77939,7 +77939,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -78052,7 +78052,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -78291,7 +78291,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnProfileSASUrl": "System.String"
},
@@ -78454,7 +78454,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -78781,7 +78781,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Thumbprint": "System.String",
"ProvisioningState": "System.String",
@@ -78972,7 +78972,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicCertData": "System.String",
"ProvisioningState": "System.String",
@@ -79163,7 +79163,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -79253,7 +79253,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -79422,7 +79422,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -79633,7 +79633,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -79846,7 +79846,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -79931,7 +79931,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -80100,7 +80100,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -80311,7 +80311,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -80538,7 +80538,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsDefault": "System.Boolean",
"P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -80631,7 +80631,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -80851,7 +80851,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -81026,7 +81026,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -81239,7 +81239,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa"
]
@@ -81304,7 +81304,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"UseLocalAzureIpAddress": "System.Boolean",
@@ -81499,7 +81499,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"UseLocalAzureIpAddress": "System.Boolean",
@@ -81697,7 +81697,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]",
"ResultsText": "System.String"
@@ -81743,7 +81743,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -81821,7 +81821,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile"
]
@@ -81868,7 +81868,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -81925,7 +81925,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile"
]
@@ -82052,7 +82052,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile"
]
@@ -82161,7 +82161,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile"
]
@@ -82270,7 +82270,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile"
]
@@ -82364,7 +82364,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile"
]
@@ -82435,7 +82435,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -82748,7 +82748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -82881,7 +82881,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -82895,7 +82895,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -82913,7 +82913,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -82923,7 +82923,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -82933,7 +82933,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -82943,7 +82943,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -82953,7 +82953,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -82963,7 +82963,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -82973,7 +82973,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
},
"ValidateNotNullOrEmpty": false
@@ -82983,7 +82983,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
},
"ValidateNotNullOrEmpty": false
@@ -82993,7 +82993,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -83003,7 +83003,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
},
"ValidateNotNullOrEmpty": false
@@ -83013,7 +83013,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
},
"ValidateNotNullOrEmpty": false
@@ -83023,7 +83023,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
},
"ValidateNotNullOrEmpty": false
@@ -83033,7 +83033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
},
"ValidateNotNullOrEmpty": false
@@ -83043,7 +83043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -83053,7 +83053,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -83063,7 +83063,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -83073,7 +83073,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -83104,7 +83104,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -83127,7 +83127,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -83198,7 +83198,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -83231,7 +83231,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -83241,7 +83241,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -83325,7 +83325,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -83345,7 +83345,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -83369,7 +83369,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -83385,7 +83385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -83401,7 +83401,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -83417,7 +83417,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -83433,7 +83433,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -83449,7 +83449,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -83465,7 +83465,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
},
"ValidateNotNullOrEmpty": false
@@ -83481,7 +83481,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
},
"ValidateNotNullOrEmpty": false
@@ -83497,7 +83497,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -83513,7 +83513,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
},
"ValidateNotNullOrEmpty": false
@@ -83529,7 +83529,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
},
"ValidateNotNullOrEmpty": false
@@ -83545,7 +83545,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
},
"ValidateNotNullOrEmpty": false
@@ -83561,7 +83561,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
},
"ValidateNotNullOrEmpty": false
@@ -83577,7 +83577,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -83593,7 +83593,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -83609,7 +83609,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -83625,7 +83625,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -83653,7 +83653,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -83778,7 +83778,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -83794,7 +83794,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -83904,7 +83904,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -83924,7 +83924,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -83948,7 +83948,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -83964,7 +83964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -83980,7 +83980,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -83996,7 +83996,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -84012,7 +84012,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -84028,7 +84028,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -84044,7 +84044,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
},
"ValidateNotNullOrEmpty": false
@@ -84060,7 +84060,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
},
"ValidateNotNullOrEmpty": false
@@ -84076,7 +84076,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -84092,7 +84092,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
},
"ValidateNotNullOrEmpty": false
@@ -84108,7 +84108,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
},
"ValidateNotNullOrEmpty": false
@@ -84124,7 +84124,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
},
"ValidateNotNullOrEmpty": false
@@ -84140,7 +84140,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
},
"ValidateNotNullOrEmpty": false
@@ -84156,7 +84156,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -84172,7 +84172,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -84188,7 +84188,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -84204,7 +84204,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -84232,7 +84232,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -84357,7 +84357,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -84373,7 +84373,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -84420,7 +84420,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -84497,7 +84497,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -84517,7 +84517,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -84541,7 +84541,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -84557,7 +84557,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -84573,7 +84573,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -84589,7 +84589,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -84605,7 +84605,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -84621,7 +84621,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -84637,7 +84637,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
},
"ValidateNotNullOrEmpty": false
@@ -84653,7 +84653,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
},
"ValidateNotNullOrEmpty": false
@@ -84669,7 +84669,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -84685,7 +84685,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
},
"ValidateNotNullOrEmpty": false
@@ -84701,7 +84701,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
},
"ValidateNotNullOrEmpty": false
@@ -84717,7 +84717,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
},
"ValidateNotNullOrEmpty": false
@@ -84733,7 +84733,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
},
"ValidateNotNullOrEmpty": false
@@ -84749,7 +84749,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -84765,7 +84765,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -84781,7 +84781,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -84797,7 +84797,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -84825,7 +84825,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -84950,7 +84950,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -84966,7 +84966,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -85079,7 +85079,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -85099,7 +85099,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -85123,7 +85123,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -85139,7 +85139,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85155,7 +85155,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85171,7 +85171,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85187,7 +85187,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85203,7 +85203,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -85219,7 +85219,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
},
"ValidateNotNullOrEmpty": false
@@ -85235,7 +85235,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
},
"ValidateNotNullOrEmpty": false
@@ -85251,7 +85251,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -85267,7 +85267,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
},
"ValidateNotNullOrEmpty": false
@@ -85283,7 +85283,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
},
"ValidateNotNullOrEmpty": false
@@ -85299,7 +85299,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
},
"ValidateNotNullOrEmpty": false
@@ -85315,7 +85315,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
},
"ValidateNotNullOrEmpty": false
@@ -85331,7 +85331,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -85347,7 +85347,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -85363,7 +85363,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -85379,7 +85379,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -85407,7 +85407,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -85532,7 +85532,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -85548,7 +85548,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -85595,7 +85595,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -85664,7 +85664,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -85684,7 +85684,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -85708,7 +85708,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -85724,7 +85724,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85740,7 +85740,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85756,7 +85756,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85772,7 +85772,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -85788,7 +85788,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -85804,7 +85804,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
},
"ValidateNotNullOrEmpty": false
@@ -85820,7 +85820,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
},
"ValidateNotNullOrEmpty": false
@@ -85836,7 +85836,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -85852,7 +85852,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
},
"ValidateNotNullOrEmpty": false
@@ -85868,7 +85868,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
},
"ValidateNotNullOrEmpty": false
@@ -85884,7 +85884,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
},
"ValidateNotNullOrEmpty": false
@@ -85900,7 +85900,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
},
"ValidateNotNullOrEmpty": false
@@ -85916,7 +85916,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
},
"ValidateNotNullOrEmpty": false
@@ -85932,7 +85932,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
},
"ValidateNotNullOrEmpty": false
@@ -85948,7 +85948,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -85964,7 +85964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -85992,7 +85992,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -86117,7 +86117,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -86133,7 +86133,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -86187,7 +86187,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ProvisioningState": "System.String",
@@ -86349,7 +86349,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -86513,7 +86513,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -86714,7 +86714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -86843,7 +86843,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -86865,7 +86865,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -86892,7 +86892,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -86902,7 +86902,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -87057,7 +87057,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -87091,7 +87091,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -87124,7 +87124,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -87140,7 +87140,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -87257,7 +87257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
},
@@ -87390,7 +87390,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -87548,7 +87548,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -87706,7 +87706,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -87758,7 +87758,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable"
},
"ValidateNotNullOrEmpty": true
@@ -87853,7 +87853,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable"
},
"ValidateNotNullOrEmpty": true
@@ -87990,7 +87990,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]",
"Priority": "System.Int32",
@@ -88070,7 +88070,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition"
},
"ValidateNotNullOrEmpty": true
@@ -88168,7 +88168,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition"
},
"ValidateNotNullOrEmpty": true
@@ -88242,7 +88242,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[System.Int32]",
"RuleGroupName": "System.String",
@@ -88403,7 +88403,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]",
"MatchVariable": "System.String",
@@ -88478,7 +88478,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet"
},
"ValidateNotNullOrEmpty": true
@@ -88559,7 +88559,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet"
},
"ValidateNotNullOrEmpty": true
@@ -88613,7 +88613,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VariableName": "System.String",
"Selector": "System.String"
@@ -88791,7 +88791,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -88877,7 +88877,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -88887,7 +88887,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -88903,7 +88903,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -89017,7 +89017,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -89033,7 +89033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -89055,7 +89055,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -89157,7 +89157,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]",
"MatchVariable": "System.String",
@@ -89250,7 +89250,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet"
},
"ValidateNotNullOrEmpty": true
@@ -89349,7 +89349,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet"
},
"ValidateNotNullOrEmpty": true
@@ -89403,7 +89403,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleId": "System.String"
},
@@ -89536,7 +89536,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]",
"RuleGroupName": "System.String"
@@ -89594,7 +89594,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule"
},
"ValidateNotNullOrEmpty": true
@@ -89648,7 +89648,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule"
},
"ValidateNotNullOrEmpty": true
@@ -89702,7 +89702,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]",
"RuleSetVersion": "System.String",
@@ -89773,7 +89773,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup"
},
"ValidateNotNullOrEmpty": true
@@ -89845,7 +89845,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup"
},
"ValidateNotNullOrEmpty": true
@@ -89899,7 +89899,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -89945,7 +89945,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet"
},
"ValidateNotNullOrEmpty": true
@@ -89955,7 +89955,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion"
},
"ValidateNotNullOrEmpty": true
@@ -89991,7 +89991,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet"
},
"ValidateNotNullOrEmpty": true
@@ -90007,7 +90007,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion"
},
"ValidateNotNullOrEmpty": true
@@ -90061,7 +90061,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]",
"RuleGroupName": "System.String"
@@ -90116,7 +90116,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride"
},
"ValidateNotNullOrEmpty": true
@@ -90167,7 +90167,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride"
},
"ValidateNotNullOrEmpty": true
@@ -90221,7 +90221,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleId": "System.String",
"State": "System.String"
@@ -90385,7 +90385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]",
"RuleSetVersion": "System.String",
@@ -90450,7 +90450,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride"
},
"ValidateNotNullOrEmpty": true
@@ -90516,7 +90516,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride"
},
"ValidateNotNullOrEmpty": true
@@ -90570,7 +90570,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -90819,7 +90819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -90903,7 +90903,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -90952,7 +90952,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -90990,7 +90990,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -91225,7 +91225,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -91271,7 +91271,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -91315,7 +91315,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -91392,7 +91392,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -91554,7 +91554,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -91636,7 +91636,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -91669,7 +91669,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -91704,7 +91704,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -91727,7 +91727,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -91756,7 +91756,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -91821,7 +91821,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -91941,7 +91941,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -92147,7 +92147,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -92194,7 +92194,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -92224,7 +92224,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -92247,7 +92247,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -92276,7 +92276,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -92302,7 +92302,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -92412,7 +92412,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -92466,7 +92466,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -92608,7 +92608,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"ProvisioningState": "System.String",
@@ -92677,7 +92677,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -92850,7 +92850,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -92949,7 +92949,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -93037,7 +93037,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -93066,7 +93066,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -93106,7 +93106,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -93133,7 +93133,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -93169,7 +93169,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -93417,7 +93417,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -93443,7 +93443,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -93480,7 +93480,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -93504,7 +93504,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -93537,7 +93537,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -93635,7 +93635,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -93695,7 +93695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -93746,7 +93746,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -93800,7 +93800,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"Primary": "System.Nullable`1[System.Boolean]",
@@ -93863,7 +93863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -93974,7 +93974,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -94106,7 +94106,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -94264,7 +94264,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -94462,7 +94462,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -94520,7 +94520,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -94681,7 +94681,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -94774,7 +94774,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95085,7 +95085,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95350,7 +95350,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95458,7 +95458,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95498,7 +95498,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95538,7 +95538,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -95567,7 +95567,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95601,7 +95601,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -95628,7 +95628,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -95941,7 +95941,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -95978,7 +95978,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -96015,7 +96015,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -96041,7 +96041,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -96072,7 +96072,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -96096,7 +96096,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -96221,7 +96221,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -96281,7 +96281,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -96307,7 +96307,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition"
},
"ValidateNotNullOrEmpty": false
@@ -96358,7 +96358,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -96396,7 +96396,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition"
},
"ValidateNotNullOrEmpty": false
@@ -96450,7 +96450,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -96500,7 +96500,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration"
]
@@ -96512,7 +96512,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration"
]
@@ -96524,7 +96524,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reroute": "System.Boolean",
"ModifiedQueryString": "System.String",
@@ -96564,7 +96564,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration"
]
@@ -96582,7 +96582,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration"
]
@@ -96600,7 +96600,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reroute": "System.Boolean",
"ModifiedQueryString": "System.String",
@@ -96658,7 +96658,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreCase": "System.Nullable`1[System.Boolean]",
"Negate": "System.Nullable`1[System.Boolean]",
@@ -96866,7 +96866,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HeaderName": "System.String",
"HeaderValue": "System.String"
@@ -97024,7 +97024,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -97088,7 +97088,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -97141,7 +97141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -97197,7 +97197,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reroute": "System.Boolean",
"ModifiedQueryString": "System.String",
@@ -97380,7 +97380,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -97599,7 +97599,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -97812,7 +97812,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -97869,7 +97869,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": true
},
@@ -97882,7 +97883,8 @@
},
"ValidateSet": [
"Predefined",
- "Custom"
+ "Custom",
+ "CustomV2"
],
"ValidateNotNullOrEmpty": false
},
@@ -97903,7 +97905,7 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "MinProtocolVersion",
@@ -97915,7 +97917,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": false
},
@@ -97956,7 +97959,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": true
},
@@ -97975,7 +97979,8 @@
},
"ValidateSet": [
"Predefined",
- "Custom"
+ "Custom",
+ "CustomV2"
],
"ValidateNotNullOrEmpty": false
},
@@ -98008,7 +98013,7 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -98026,7 +98031,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": false
},
@@ -98079,7 +98085,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -98141,7 +98147,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -98159,7 +98165,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
}
@@ -98171,7 +98177,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -98222,7 +98228,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -98246,7 +98252,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
}
@@ -98264,7 +98270,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -98318,7 +98324,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ValidatedCertData": "System.String",
@@ -98482,7 +98488,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ProvisioningState": "System.String",
@@ -98644,7 +98650,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -98711,7 +98717,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -98730,7 +98736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -98759,7 +98765,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -98790,7 +98796,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -98826,7 +98832,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -98894,7 +98900,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -99001,7 +99007,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -99048,7 +99054,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -99074,7 +99080,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -99111,7 +99117,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -99150,7 +99156,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -99197,7 +99203,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -99221,7 +99227,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -99269,7 +99275,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -99361,7 +99367,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -99415,7 +99421,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -99516,7 +99522,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup"
},
"ValidateNotNullOrEmpty": true
@@ -99553,7 +99559,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion"
},
"ValidateNotNullOrEmpty": true
@@ -99659,7 +99665,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup"
},
"ValidateNotNullOrEmpty": true
@@ -99720,7 +99726,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion"
},
"ValidateNotNullOrEmpty": true
@@ -99774,7 +99780,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -100042,7 +100048,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -100145,7 +100151,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -100219,7 +100225,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -100499,7 +100505,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -100546,7 +100552,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -100730,7 +100736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -100942,7 +100948,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -101157,7 +101163,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -101725,7 +101731,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -102294,7 +102300,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -102358,7 +102364,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile"
},
"ValidateNotNullOrEmpty": false
@@ -102412,7 +102418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile"
},
"ValidateNotNullOrEmpty": false
@@ -102466,7 +102472,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -102527,7 +102533,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -102617,7 +102623,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -102724,7 +102730,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -102808,7 +102814,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -102930,7 +102936,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -103109,7 +103115,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -103231,7 +103237,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Tag": "System.Collections.Hashtable",
@@ -103477,7 +103483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.Collections.Generic.List`1[System.String]",
"ProvisioningState": "System.String",
@@ -103639,7 +103645,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -103799,7 +103805,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -103851,7 +103857,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering"
},
"ValidateNotNullOrEmpty": true
@@ -103861,7 +103867,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization"
},
"ValidateNotNullOrEmpty": true
@@ -104024,7 +104030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering"
},
"ValidateNotNullOrEmpty": true
@@ -104040,7 +104046,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization"
},
"ValidateNotNullOrEmpty": true
@@ -104283,7 +104289,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering"
},
"ValidateNotNullOrEmpty": true
@@ -104299,7 +104305,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization"
},
"ValidateNotNullOrEmpty": true
@@ -104409,7 +104415,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -104567,7 +104573,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering"
},
"ValidateNotNullOrEmpty": true
@@ -104583,7 +104589,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization"
},
"ValidateNotNullOrEmpty": true
@@ -104700,7 +104706,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationKey": "System.String",
"AuthorizationUseStatus": "System.String",
@@ -104838,7 +104844,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -105013,7 +105019,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -105543,7 +105549,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -105802,7 +105808,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -105878,7 +105884,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -105966,7 +105972,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -106126,7 +106132,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -106197,7 +106203,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -106309,7 +106315,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -106474,7 +106480,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -106621,7 +106627,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -106696,7 +106702,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -106800,7 +106806,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -107031,7 +107037,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -107501,7 +107507,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -107643,7 +107649,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink"
},
"ValidateNotNullOrEmpty": false
@@ -107671,7 +107677,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -107802,7 +107808,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink"
},
"ValidateNotNullOrEmpty": false
@@ -107848,7 +107854,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -108008,7 +108014,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink"
},
"ValidateNotNullOrEmpty": false
@@ -108054,7 +108060,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -108181,7 +108187,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink"
},
"ValidateNotNullOrEmpty": false
@@ -108227,7 +108233,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -108286,7 +108292,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -108459,7 +108465,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -108694,7 +108700,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -109041,7 +109047,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses",
"ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration",
@@ -109373,7 +109379,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -109416,7 +109422,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress"
},
"ValidateNotNullOrEmpty": true
@@ -109426,7 +109432,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -109464,7 +109470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -109474,7 +109480,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -109484,7 +109490,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -109508,7 +109514,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -109625,7 +109631,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses",
"publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]"
@@ -109730,7 +109736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -109746,7 +109752,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -109762,7 +109768,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -109798,7 +109804,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -109981,7 +109987,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses",
"publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]"
@@ -110139,7 +110145,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -110155,7 +110161,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -110171,7 +110177,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -110207,7 +110213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -110390,7 +110396,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses",
"publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]"
@@ -110470,7 +110476,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -110519,7 +110525,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress"
},
"ValidateNotNullOrEmpty": true
@@ -110535,7 +110541,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -110627,7 +110633,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -110643,7 +110649,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -110659,7 +110665,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection"
},
"ValidateNotNullOrEmpty": false
@@ -110695,7 +110701,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -110878,7 +110884,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses",
"publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]"
@@ -110965,7 +110971,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -111448,7 +111454,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -111550,7 +111556,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule"
},
"ValidateNotNullOrEmpty": true
@@ -111631,7 +111637,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule"
},
"ValidateNotNullOrEmpty": true
@@ -111704,7 +111710,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses",
"publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]"
@@ -111759,7 +111765,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]",
"Count": "System.Int32"
@@ -111813,7 +111819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]",
"Count": "System.Int32"
@@ -111870,7 +111876,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]",
"Count": "System.Int32"
@@ -111925,7 +111931,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress"
},
"ValidateNotNullOrEmpty": false
@@ -111976,7 +111982,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress"
},
"ValidateNotNullOrEmpty": false
@@ -112030,7 +112036,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -112423,7 +112429,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -112525,7 +112531,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule"
},
"ValidateNotNullOrEmpty": true
@@ -112593,7 +112599,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule"
},
"ValidateNotNullOrEmpty": true
@@ -112647,7 +112653,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -113023,7 +113029,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -113125,7 +113131,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -113206,7 +113212,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule"
},
"ValidateNotNullOrEmpty": true
@@ -113279,7 +113285,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -113390,7 +113396,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -113412,7 +113418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -113425,7 +113431,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -113464,7 +113470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -113520,7 +113526,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -113639,7 +113645,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -113673,7 +113679,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -113692,7 +113698,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -113755,7 +113761,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -113841,7 +113847,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -113916,7 +113922,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -115173,7 +115179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -115333,7 +115339,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]",
"Name": "System.String",
@@ -115412,7 +115418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule"
},
"ValidateNotNullOrEmpty": true
@@ -115493,7 +115499,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule"
},
"ValidateNotNullOrEmpty": true
@@ -115566,7 +115572,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -115626,7 +115632,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride"
},
"ValidateNotNullOrEmpty": false
@@ -115636,7 +115642,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting"
},
"ValidateNotNullOrEmpty": false
@@ -115702,7 +115708,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride"
},
"ValidateNotNullOrEmpty": false
@@ -115718,7 +115724,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting"
},
"ValidateNotNullOrEmpty": false
@@ -115788,7 +115794,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
"DestinationAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -116118,7 +116124,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Mode": "System.String"
@@ -116286,7 +116292,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -117227,7 +117233,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -117329,7 +117335,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule"
},
"ValidateNotNullOrEmpty": true
@@ -117410,7 +117416,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule"
},
"ValidateNotNullOrEmpty": true
@@ -117483,7 +117489,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -118153,7 +118159,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]",
"Name": "System.String",
@@ -118232,7 +118238,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -118251,7 +118257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -118352,7 +118358,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -118461,7 +118467,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -118508,7 +118514,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -118580,7 +118586,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -118634,7 +118640,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
},
@@ -118767,7 +118773,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -118929,7 +118935,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Address": "System.String"
},
@@ -119062,7 +119068,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -119227,7 +119233,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork",
@@ -119670,7 +119676,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Etag": "System.String",
@@ -119866,7 +119872,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -120162,7 +120168,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -120580,7 +120586,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalAddressRanges": "System.String[]",
"RemoteAddressRanges": "System.String[]"
@@ -120742,7 +120748,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -120871,7 +120877,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -120881,7 +120887,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -120891,7 +120897,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule"
},
"ValidateNotNullOrEmpty": false
@@ -120901,7 +120907,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe"
},
"ValidateNotNullOrEmpty": false
@@ -120911,7 +120917,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -120921,7 +120927,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool"
},
"ValidateNotNullOrEmpty": false
@@ -120931,7 +120937,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule"
},
"ValidateNotNullOrEmpty": false
@@ -121087,7 +121093,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -121103,7 +121109,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -121119,7 +121125,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule"
},
"ValidateNotNullOrEmpty": false
@@ -121135,7 +121141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe"
},
"ValidateNotNullOrEmpty": false
@@ -121151,7 +121157,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -121167,7 +121173,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool"
},
"ValidateNotNullOrEmpty": false
@@ -121183,7 +121189,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule"
},
"ValidateNotNullOrEmpty": false
@@ -121282,7 +121288,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -121677,7 +121683,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -121765,7 +121771,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -121813,7 +121819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -121823,7 +121829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -121904,7 +121910,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -121920,7 +121926,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -121967,7 +121973,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -122027,7 +122033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -122043,7 +122049,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -122105,7 +122111,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -122121,7 +122127,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -122175,7 +122181,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -122254,7 +122260,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -122305,7 +122311,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -122359,7 +122365,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"Identifier": "System.Int32",
@@ -122567,7 +122573,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -122710,7 +122716,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -122759,7 +122765,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -122806,7 +122812,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -122963,7 +122969,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -123259,7 +123265,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -123442,7 +123448,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -123552,7 +123558,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPortRangeStart": "System.Int32",
@@ -123702,7 +123708,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -124081,7 +124087,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -124281,7 +124287,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -124423,7 +124429,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -124492,7 +124498,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -124917,7 +124923,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -124959,7 +124965,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -125169,7 +125175,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -125274,7 +125280,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -125293,7 +125299,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -125419,7 +125425,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -125556,7 +125562,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -125603,7 +125609,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -125709,7 +125715,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -125763,7 +125769,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -126042,7 +126048,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -126204,7 +126210,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -126250,7 +126256,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -126269,7 +126275,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -126695,7 +126701,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -126737,7 +126743,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -126753,7 +126759,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -126954,7 +126960,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -127744,7 +127750,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -127873,7 +127879,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -127883,7 +127889,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -128046,7 +128052,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -128062,7 +128068,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -128146,7 +128152,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -128272,7 +128278,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -128291,7 +128297,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -128340,7 +128346,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -128387,7 +128393,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -128426,7 +128432,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -128446,7 +128452,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -128466,7 +128472,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -128486,7 +128492,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -128836,7 +128842,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -128867,7 +128873,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -129121,7 +129127,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -129714,7 +129720,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -129760,7 +129766,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -129804,7 +129810,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -129839,7 +129845,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -129855,7 +129861,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -129871,7 +129877,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -129887,7 +129893,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -130159,7 +130165,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation",
@@ -130298,7 +130304,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -130347,7 +130353,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -130395,7 +130401,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -130415,7 +130421,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -130435,7 +130441,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -130455,7 +130461,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -130784,7 +130790,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -130830,7 +130836,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -130874,7 +130880,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -130890,7 +130896,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -130906,7 +130912,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -130922,7 +130928,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -131055,7 +131061,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -131155,7 +131161,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -131275,7 +131281,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -131359,7 +131365,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -131467,7 +131473,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule"
},
"ValidateNotNullOrEmpty": false
@@ -131578,7 +131584,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule"
},
"ValidateNotNullOrEmpty": false
@@ -131677,7 +131683,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourcePortRange": "System.Collections.Generic.IList`1[System.String]",
"DestinationPortRange": "System.Collections.Generic.IList`1[System.String]",
@@ -131813,7 +131819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -131823,7 +131829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -132115,7 +132121,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -132131,7 +132137,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -132588,7 +132594,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -132699,7 +132705,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -132722,7 +132728,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -132882,7 +132888,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -132917,7 +132923,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -133106,7 +133112,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -133141,7 +133147,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -133315,7 +133321,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -133350,7 +133356,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -133501,7 +133507,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -133721,7 +133727,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination",
"Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource",
@@ -133779,7 +133785,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -133838,7 +133844,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -133959,7 +133965,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -133969,7 +133975,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -133988,7 +133994,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -134071,7 +134077,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -134304,7 +134310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -134349,7 +134355,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -134365,7 +134371,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -134756,7 +134762,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -134772,7 +134778,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -135133,7 +135139,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -135149,7 +135155,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -135256,7 +135262,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -135412,7 +135418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope",
"Name": "System.String",
@@ -135544,7 +135550,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -135554,7 +135560,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -135766,7 +135772,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -135782,7 +135788,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -135889,7 +135895,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -136087,7 +136093,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -136179,7 +136185,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -136195,7 +136201,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
},
"ValidateNotNullOrEmpty": true
@@ -136279,7 +136285,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Address": "System.String"
},
@@ -136412,7 +136418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -136466,7 +136472,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -136526,7 +136532,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -136536,7 +136542,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": true
@@ -136590,7 +136596,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -136635,7 +136641,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -136651,7 +136657,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": true
@@ -136776,7 +136782,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -136792,7 +136798,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": true
@@ -136902,7 +136908,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -136918,7 +136924,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": true
@@ -137013,7 +137019,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -137029,7 +137035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": true
@@ -137113,7 +137119,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings",
"Type": "System.String",
@@ -137272,7 +137278,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableTraceRoute": "System.Nullable`1[System.Boolean]",
"Port": "System.Nullable`1[System.Int32]",
@@ -137316,7 +137322,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -137365,7 +137371,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableTraceRoute": "System.Nullable`1[System.Boolean]"
},
@@ -137872,7 +137878,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration",
"SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold",
@@ -137944,7 +137950,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -138045,7 +138051,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -138149,7 +138155,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -138210,7 +138216,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject"
]
@@ -138222,7 +138228,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject"
]
@@ -138234,7 +138240,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject"
]
@@ -138296,7 +138302,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject"
]
@@ -138314,7 +138320,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject"
]
@@ -138332,7 +138338,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject"
]
@@ -138403,7 +138409,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -138467,7 +138473,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -138672,7 +138678,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -138889,7 +138895,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -140303,7 +140309,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Direction": "System.String",
"Protocol": "System.String",
@@ -140536,7 +140542,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation",
"Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]",
@@ -140600,7 +140606,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -140738,7 +140744,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter"
},
"ValidateNotNullOrEmpty": false
@@ -140783,7 +140789,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -140945,7 +140951,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter"
},
"ValidateNotNullOrEmpty": false
@@ -141175,7 +141181,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter"
},
"ValidateNotNullOrEmpty": false
@@ -141387,7 +141393,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter"
},
"ValidateNotNullOrEmpty": false
@@ -141584,7 +141590,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter"
},
"ValidateNotNullOrEmpty": false
@@ -141653,7 +141659,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Header": "System.Collections.IDictionary",
"ValidStatusCode": "System.Int32[]",
@@ -141863,7 +141869,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
},
@@ -142044,7 +142050,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
},
@@ -142225,7 +142231,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -142330,7 +142336,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -142379,7 +142385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -142451,7 +142457,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -142494,7 +142500,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -142629,7 +142635,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -142696,7 +142702,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -142788,7 +142794,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -142918,7 +142924,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -142985,7 +142991,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -143173,7 +143179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -143240,7 +143246,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -143317,7 +143323,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -143363,7 +143369,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -143493,7 +143499,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -143560,7 +143566,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -143637,7 +143643,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -143779,7 +143785,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -143846,7 +143852,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -143938,7 +143944,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -144068,7 +144074,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -144135,7 +144141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -144323,7 +144329,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -144390,7 +144396,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -144474,7 +144480,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "System.String",
"RemoteIPAddress": "System.String",
@@ -144707,7 +144713,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]",
"Name": "System.String",
@@ -144868,7 +144874,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]",
"ProvisioningState": "System.String",
@@ -144948,7 +144954,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig"
]
@@ -145052,7 +145058,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig"
]
@@ -145138,7 +145144,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -145251,7 +145257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -145291,7 +145297,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection"
},
"ValidateNotNullOrEmpty": false
@@ -145346,7 +145352,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -145356,7 +145362,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -145449,7 +145455,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -145495,7 +145501,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection"
},
"ValidateNotNullOrEmpty": false
@@ -145586,7 +145592,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -145602,7 +145608,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -145671,7 +145677,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"GroupId": "System.String",
@@ -145881,7 +145887,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -145982,7 +145988,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -145992,7 +145998,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -146141,7 +146147,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -146157,7 +146163,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -146318,7 +146324,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
"GroupIds": "System.Collections.Generic.List`1[System.String]",
@@ -146381,7 +146387,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -146550,7 +146556,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -146770,7 +146776,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -146857,7 +146863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -146895,7 +146901,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -147019,7 +147025,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -147063,7 +147069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -147162,7 +147168,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -147333,7 +147339,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -147343,7 +147349,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -147622,7 +147628,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag"
},
"ValidateNotNullOrEmpty": false
@@ -147638,7 +147644,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -147823,7 +147829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -147968,7 +147974,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag"
},
"ValidateNotNullOrEmpty": false
@@ -147988,7 +147994,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -148201,7 +148207,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag"
},
"ValidateNotNullOrEmpty": false
@@ -148233,7 +148239,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -148369,7 +148375,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -148527,7 +148533,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RadiusServerScore": "System.Int32",
"RadiusServerSecret": "System.String",
@@ -148741,7 +148747,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefix": "System.String",
"NextHopType": "System.String",
@@ -148952,7 +148958,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -149048,7 +149054,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule"
},
"ValidateNotNullOrEmpty": false
@@ -149159,7 +149165,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule"
},
"ValidateNotNullOrEmpty": false
@@ -149258,7 +149264,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Communities": "System.Collections.Generic.List`1[System.String]",
"Access": "System.String",
@@ -149508,7 +149514,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -149608,7 +149614,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -149756,7 +149762,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -149898,7 +149904,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -150013,7 +150019,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute"
},
"ValidateNotNullOrEmpty": false
@@ -150145,7 +150151,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute"
},
"ValidateNotNullOrEmpty": false
@@ -150229,7 +150235,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -150307,7 +150313,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute"
},
"ValidateNotNullOrEmpty": false
@@ -150390,7 +150396,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute"
},
"ValidateNotNullOrEmpty": false
@@ -150444,7 +150450,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -150545,7 +150551,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -150724,7 +150730,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -150883,7 +150889,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -150958,7 +150964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition"
},
"ValidateNotNullOrEmpty": true
@@ -151036,7 +151042,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition"
},
"ValidateNotNullOrEmpty": true
@@ -151135,7 +151141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"serviceResources": "System.Collections.Generic.List`1[System.String]",
"Description": "System.String",
@@ -151348,7 +151354,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"Name": "System.String",
@@ -151533,7 +151539,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destinations": "System.Collections.Generic.List`1[System.String]",
"Name": "System.String",
@@ -151768,7 +151774,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -151849,7 +151855,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -151916,7 +151922,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -152025,7 +152031,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -152107,7 +152113,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -152173,7 +152179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -152290,7 +152296,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -152388,7 +152394,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -152473,7 +152479,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties",
"AddressPrefix": "System.String",
@@ -152562,7 +152568,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -152684,7 +152690,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -152823,7 +152829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -152947,7 +152953,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -153063,7 +153069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -153252,7 +153258,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -153347,7 +153353,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -153398,7 +153404,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -153408,7 +153414,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -153569,7 +153575,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -153585,7 +153591,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -153723,7 +153729,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -153817,7 +153823,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -153833,7 +153839,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -154050,7 +154056,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -154066,7 +154072,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -154211,7 +154217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -154307,7 +154313,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -154339,7 +154345,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -154457,7 +154463,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -154800,7 +154806,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -154829,7 +154835,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -154966,7 +154972,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -155120,7 +155126,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -155389,7 +155395,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"Destinations": "System.Collections.Generic.List`1[System.String]",
@@ -155553,7 +155559,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -155603,7 +155609,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -155639,7 +155645,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -155693,7 +155699,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -155771,7 +155777,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -155837,7 +155843,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -155910,7 +155916,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156062,7 +156068,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156164,7 +156170,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -156265,7 +156271,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156337,7 +156343,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156383,7 +156389,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -156484,7 +156490,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156556,7 +156562,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156669,7 +156675,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -156756,7 +156762,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -156857,7 +156863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -157011,7 +157017,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -157131,7 +157137,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -157206,7 +157212,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -157344,7 +157350,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet"
},
"ValidateNotNullOrEmpty": false
@@ -157408,7 +157414,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -157569,7 +157575,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet"
},
"ValidateNotNullOrEmpty": false
@@ -157675,7 +157681,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -157774,7 +157780,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -157880,7 +157886,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -157980,7 +157986,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -158047,7 +158053,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -158057,7 +158063,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -158067,7 +158073,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158095,7 +158101,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": true
@@ -158105,7 +158111,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -158160,7 +158166,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -158299,7 +158305,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -158447,7 +158453,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -158538,7 +158544,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -158554,7 +158560,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -158570,7 +158576,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158616,7 +158622,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": true
@@ -158632,7 +158638,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -158723,7 +158729,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -158861,7 +158867,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -159009,7 +159015,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -159100,7 +159106,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -159116,7 +159122,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -159132,7 +159138,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -159178,7 +159184,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": true
@@ -159194,7 +159200,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -159285,7 +159291,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -159430,7 +159436,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -159553,7 +159559,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -159596,7 +159602,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -159639,7 +159645,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -159726,7 +159732,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -159808,7 +159814,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -159818,7 +159824,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -159841,7 +159847,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -159851,7 +159857,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -159968,7 +159974,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -160017,7 +160023,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -160066,7 +160072,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -160255,7 +160261,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -160271,7 +160277,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -160306,7 +160312,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -160322,7 +160328,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -160477,7 +160483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -160526,7 +160532,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -160575,7 +160581,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -160764,7 +160770,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -160780,7 +160786,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -160815,7 +160821,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -160831,7 +160837,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -160908,7 +160914,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -161014,7 +161020,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -161063,7 +161069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -161112,7 +161118,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -161301,7 +161307,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -161317,7 +161323,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -161352,7 +161358,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -161368,7 +161374,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -161452,7 +161458,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -161532,7 +161538,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -161581,7 +161587,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -161797,7 +161803,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -161843,7 +161849,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -161955,7 +161961,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -162485,7 +162491,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -162614,7 +162620,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -162652,7 +162658,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -162693,7 +162699,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -162732,7 +162738,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -162742,7 +162748,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -162770,7 +162776,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -162853,7 +162859,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -162869,7 +162875,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -162915,7 +162921,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -163057,7 +163063,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -163073,7 +163079,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -163119,7 +163125,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -163166,7 +163172,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -163201,7 +163207,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -163236,7 +163242,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -163318,7 +163324,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -163334,7 +163340,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -163380,7 +163386,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -163434,7 +163440,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -163548,7 +163554,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation",
@@ -163594,7 +163600,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -163976,7 +163982,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation",
@@ -164019,7 +164025,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -164204,7 +164210,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -164511,7 +164517,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -164832,7 +164838,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnProfileSASUrl": "System.String"
},
@@ -165109,7 +165115,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -165499,7 +165505,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -165889,7 +165895,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Thumbprint": "System.String",
"ProvisioningState": "System.String",
@@ -166050,7 +166056,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicCertData": "System.String",
"ProvisioningState": "System.String",
@@ -166211,7 +166217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -166301,7 +166307,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -166356,7 +166362,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -166412,7 +166418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -166471,7 +166477,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -166490,7 +166496,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -166506,7 +166512,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -166585,7 +166591,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -166669,7 +166675,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -166758,7 +166764,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -166789,7 +166795,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -166811,7 +166817,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -166971,7 +166977,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -167060,7 +167066,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -167091,7 +167097,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -167113,7 +167119,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -167179,7 +167185,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -167214,7 +167220,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -167298,7 +167304,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -167387,7 +167393,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -167418,7 +167424,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -167440,7 +167446,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -167506,7 +167512,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -167605,7 +167611,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -167694,7 +167700,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -167725,7 +167731,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -167747,7 +167753,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -167828,7 +167834,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -167912,7 +167918,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -168001,7 +168007,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -168032,7 +168038,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -168054,7 +168060,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -168199,7 +168205,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -168288,7 +168294,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -168319,7 +168325,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -168341,7 +168347,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -168452,7 +168458,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -168541,7 +168547,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -168572,7 +168578,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -168594,7 +168600,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -168663,7 +168669,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -168756,7 +168762,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -168814,7 +168820,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -168842,7 +168848,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -168945,7 +168951,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -168991,7 +168997,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -169068,7 +169074,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -169163,7 +169169,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -169209,7 +169215,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -169350,7 +169356,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -169396,7 +169402,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -169537,7 +169543,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -169583,7 +169589,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -169667,7 +169673,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -169752,7 +169758,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -170137,7 +170143,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -170744,7 +170750,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -170918,7 +170924,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -170975,7 +170981,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -170985,7 +170991,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -171191,7 +171197,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -171284,7 +171290,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -171300,7 +171306,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -171384,7 +171390,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsDefault": "System.Boolean",
"P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -171477,7 +171483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -171551,7 +171557,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -171679,7 +171685,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -171745,7 +171751,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -171824,7 +171830,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -171935,7 +171941,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -172027,7 +172033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -172096,7 +172102,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -172207,7 +172213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -172322,7 +172328,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": true
@@ -172332,7 +172338,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -172498,7 +172504,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -172792,7 +172798,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -172901,7 +172907,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": true
@@ -173027,7 +173033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -173106,7 +173112,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -173321,7 +173327,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -173400,7 +173406,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -173430,7 +173436,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": true
@@ -173556,7 +173562,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -173835,7 +173841,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -173929,7 +173935,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": true
@@ -174055,7 +174061,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -174141,7 +174147,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings",
"LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties",
@@ -174638,7 +174644,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"UseLocalAzureIpAddress": "System.Boolean",
@@ -174715,7 +174721,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings",
"LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties",
@@ -174762,7 +174768,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -174821,7 +174827,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -174831,7 +174837,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -174894,7 +174900,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings",
"LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties",
@@ -174965,7 +174971,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -175054,7 +175060,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -175070,7 +175076,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -175318,7 +175324,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -175430,7 +175436,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -175541,7 +175547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -175655,7 +175661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -175758,7 +175764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -175863,7 +175869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -175992,7 +175998,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -176062,7 +176068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -176173,7 +176179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -176287,7 +176293,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -176399,7 +176405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -176510,7 +176516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -176627,7 +176633,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -176680,7 +176686,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -176726,7 +176732,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -176790,7 +176796,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -176866,7 +176872,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -176923,7 +176929,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -176998,7 +177004,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -177053,7 +177059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -177164,7 +177170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -177312,7 +177318,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -177506,7 +177512,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -177785,7 +177791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -177897,7 +177903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178008,7 +178014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178122,7 +178128,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178234,7 +178240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178345,7 +178351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178459,7 +178465,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -178532,7 +178538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178643,7 +178649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -178757,7 +178763,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -178812,7 +178818,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -178884,7 +178890,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -178959,7 +178965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179062,7 +179068,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179158,7 +179164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179272,7 +179278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179384,7 +179390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179495,7 +179501,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179609,7 +179615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179721,7 +179727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179832,7 +179838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -179946,7 +179952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180058,7 +180064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180169,7 +180175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180283,7 +180289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180395,7 +180401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180506,7 +180512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180620,7 +180626,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -180692,7 +180698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180803,7 +180809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -180917,7 +180923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181029,7 +181035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181140,7 +181146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181254,7 +181260,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181366,7 +181372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181477,7 +181483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181591,7 +181597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181694,7 +181700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181799,7 +181805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -181928,7 +181934,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182040,7 +182046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182151,7 +182157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182265,7 +182271,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -182318,7 +182324,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -182364,7 +182370,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -182428,7 +182434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182540,7 +182546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182651,7 +182657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182765,7 +182771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182877,7 +182883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -182988,7 +182994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -183102,7 +183108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -183214,7 +183220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -183325,7 +183331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -183681,7 +183687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -183863,7 +183869,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -184147,7 +184153,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -184432,7 +184438,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -184784,7 +184790,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -184894,7 +184900,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -184975,7 +184981,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185262,7 +185268,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185346,7 +185352,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185429,7 +185435,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185515,7 +185521,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185599,7 +185605,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185696,7 +185702,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185802,7 +185808,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185886,7 +185892,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -185983,7 +185989,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -186148,7 +186154,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -186406,7 +186412,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -186563,7 +186569,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -186628,7 +186634,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -186718,7 +186724,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -186882,7 +186888,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -187063,7 +187069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -187317,7 +187323,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -187434,7 +187440,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -187855,7 +187861,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -187957,7 +187963,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -188080,7 +188086,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -188147,7 +188153,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -188207,7 +188213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -188558,7 +188564,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -188894,7 +188900,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -189051,7 +189057,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -189094,7 +189100,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup",
"Name": "System.String"
@@ -189311,7 +189317,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -189427,7 +189433,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup",
"Name": "System.String"
@@ -189730,7 +189736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -189921,7 +189927,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopLevelResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -190231,7 +190237,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -190425,7 +190431,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -190907,7 +190913,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -191004,7 +191010,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191043,7 +191049,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -191218,7 +191224,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191385,7 +191391,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -191560,7 +191566,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191632,7 +191638,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191706,7 +191712,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191804,7 +191810,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191876,7 +191882,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -191950,7 +191956,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192048,7 +192054,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192120,7 +192126,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192194,7 +192200,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192292,7 +192298,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192364,7 +192370,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192438,7 +192444,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192536,7 +192542,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192608,7 +192614,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192682,7 +192688,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192780,7 +192786,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192852,7 +192858,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -192926,7 +192932,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -193024,7 +193030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -193096,7 +193102,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -193170,7 +193176,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -193505,7 +193511,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -193708,7 +193714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -194199,7 +194205,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -194295,7 +194301,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -194378,7 +194384,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -194464,7 +194470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -194587,7 +194593,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap",
"ResourceGroupName": "System.String",
@@ -194831,7 +194837,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap",
"ResourceGroupName": "System.String",
@@ -195027,7 +195033,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -195305,7 +195311,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -195698,7 +195704,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -195785,7 +195791,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -195855,7 +195861,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -195971,7 +195977,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -196254,7 +196260,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -196462,7 +196468,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -196557,7 +196563,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -196896,7 +196902,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -196953,7 +196959,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -197030,7 +197036,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -197415,7 +197421,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -197584,7 +197590,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -197641,7 +197647,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -197728,7 +197734,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -198113,7 +198119,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -198292,7 +198298,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -198396,7 +198402,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -198820,7 +198826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -199006,7 +199012,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -200688,7 +200694,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -200976,7 +200982,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -201176,7 +201182,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -201243,7 +201249,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -201304,7 +201310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -201568,7 +201574,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Communities": "System.Collections.Generic.List`1[System.String]",
"Access": "System.String",
@@ -201627,7 +201633,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -201702,7 +201708,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -201820,7 +201826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -202019,7 +202025,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -202303,7 +202309,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -202403,7 +202409,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -202582,7 +202588,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -203047,7 +203053,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -203242,7 +203248,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -203562,7 +203568,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -203798,7 +203804,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -203958,7 +203964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204042,7 +204048,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"serviceResources": "System.Collections.Generic.List`1[System.String]",
"Description": "System.String",
@@ -204060,7 +204066,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204126,7 +204132,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204203,7 +204209,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204265,7 +204271,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"serviceResources": "System.Collections.Generic.List`1[System.String]",
"Description": "System.String",
@@ -204289,7 +204295,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204351,7 +204357,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204473,7 +204479,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -204517,7 +204523,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -204759,7 +204765,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -204885,7 +204891,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -205219,7 +205225,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties",
"AddressPrefix": "System.String",
@@ -205504,7 +205510,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties",
"AddressPrefix": "System.String",
@@ -205736,7 +205742,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -206036,7 +206042,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -206293,7 +206299,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -206336,7 +206342,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -206571,7 +206577,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -206696,7 +206702,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -207026,7 +207032,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -207069,7 +207075,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -207304,7 +207310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -207429,7 +207435,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -207756,7 +207762,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -207972,7 +207978,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -208835,7 +208841,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -208911,7 +208917,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -208980,7 +208986,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -209067,7 +209073,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -209143,7 +209149,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -209221,7 +209227,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -209386,7 +209392,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -209648,7 +209654,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -210026,7 +210032,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -210111,7 +210117,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -210195,7 +210201,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -210322,7 +210328,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -210599,7 +210605,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -210825,7 +210831,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -211023,7 +211029,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -211306,7 +211312,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -211405,7 +211411,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -211584,7 +211590,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -211850,7 +211856,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -212028,7 +212034,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -212297,7 +212303,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -212436,7 +212442,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -213021,7 +213027,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -213292,7 +213298,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -213496,7 +213502,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -213679,7 +213685,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -213985,7 +213991,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -214251,7 +214257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -214450,7 +214456,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -214647,7 +214653,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -214969,7 +214975,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -215254,7 +215260,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -215470,7 +215476,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -215653,7 +215659,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -215896,7 +215902,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -216007,7 +216013,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -216230,7 +216236,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -216375,7 +216381,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -216466,7 +216472,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -216626,7 +216632,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -216824,7 +216830,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -216900,7 +216906,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -216987,7 +216993,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -217139,7 +217145,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -217314,7 +217320,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -217710,7 +217716,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -217798,7 +217804,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -217955,7 +217961,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -218212,7 +218218,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"UseLocalAzureIpAddress": "System.Boolean",
@@ -218407,7 +218413,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"UseLocalAzureIpAddress": "System.Boolean",
@@ -218605,7 +218611,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -218681,7 +218687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -218774,7 +218780,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -218891,7 +218897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -218994,7 +219000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219099,7 +219105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219228,7 +219234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219331,7 +219337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219445,7 +219451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219589,7 +219595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219692,7 +219698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219809,7 +219815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -219956,7 +219962,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -220059,7 +220065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -220184,7 +220190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -220345,7 +220351,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -220448,7 +220454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -220571,7 +220577,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -220593,7 +220599,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -220620,7 +220626,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -220630,7 +220636,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -220702,7 +220708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -220861,7 +220867,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -220895,7 +220901,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -220928,7 +220934,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -220944,7 +220950,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -221061,7 +221067,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -221114,7 +221120,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -221169,7 +221175,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -221248,7 +221254,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -221324,7 +221330,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -221399,7 +221405,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -221504,7 +221510,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -221550,7 +221556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -221664,7 +221670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -221808,7 +221814,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -221882,7 +221888,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -221914,7 +221920,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -221924,7 +221930,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -221940,7 +221946,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -222018,7 +222024,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -222034,7 +222040,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -222056,7 +222062,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -222121,7 +222127,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -222150,7 +222156,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -222166,7 +222172,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -222188,7 +222194,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -222268,7 +222274,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -222284,7 +222290,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -222306,7 +222312,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -222371,7 +222377,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
},
"ValidateNotNullOrEmpty": false
@@ -222387,7 +222393,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -222409,7 +222415,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -222481,7 +222487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -222584,7 +222590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -222681,7 +222687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -222730,7 +222736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -222768,7 +222774,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -222821,7 +222827,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223018,7 +223024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223155,7 +223161,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -223201,7 +223207,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -223245,7 +223251,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -223269,7 +223275,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223398,7 +223404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223501,7 +223507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223615,7 +223621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223759,7 +223765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223862,7 +223868,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -223950,7 +223956,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -223983,7 +223989,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -224018,7 +224024,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -224041,7 +224047,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -224070,7 +224076,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -224135,7 +224141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -224171,7 +224177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -224331,7 +224337,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -224453,7 +224459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -224613,7 +224619,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -224660,7 +224666,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -224690,7 +224696,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -224713,7 +224719,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules",
"PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings",
@@ -224742,7 +224748,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -224768,7 +224774,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -224794,7 +224800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -224954,7 +224960,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
},
"ValidateNotNullOrEmpty": true
@@ -225008,7 +225014,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -225054,7 +225060,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -225129,7 +225135,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -225234,7 +225240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -225337,7 +225343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -225445,7 +225451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -225577,7 +225583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -225680,7 +225686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -225768,7 +225774,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -225834,7 +225840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -225971,7 +225977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226093,7 +226099,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -226139,7 +226145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226268,7 +226274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226371,7 +226377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226450,7 +226456,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -226486,7 +226492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226577,7 +226583,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
},
"ValidateNotNullOrEmpty": true
@@ -226631,7 +226637,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226734,7 +226740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -226902,7 +226908,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -226942,7 +226948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -227176,7 +227182,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -227234,7 +227240,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -227337,7 +227343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -227440,7 +227446,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -227530,7 +227536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -227724,7 +227730,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -227903,7 +227909,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -227940,7 +227946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -228134,7 +228140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -228320,7 +228326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -228423,7 +228429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -228538,7 +228544,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -228578,7 +228584,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -228618,7 +228624,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -228647,7 +228653,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -228681,7 +228687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -228708,7 +228714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -228761,7 +228767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229012,7 +229018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229173,7 +229179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -229210,7 +229216,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -229247,7 +229253,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -229273,7 +229279,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -229304,7 +229310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -229328,7 +229334,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -229361,7 +229367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229529,7 +229535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229632,7 +229638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229711,7 +229717,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -229749,7 +229755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229840,7 +229846,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -229896,7 +229902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -229999,7 +230005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230140,7 +230146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230317,7 +230323,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230420,7 +230426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230552,7 +230558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230726,7 +230732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230829,7 +230835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -230905,7 +230911,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": true
},
@@ -230918,7 +230925,8 @@
},
"ValidateSet": [
"Predefined",
- "Custom"
+ "Custom",
+ "CustomV2"
],
"ValidateNotNullOrEmpty": false
},
@@ -230939,7 +230947,7 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "MinProtocolVersion",
@@ -230951,7 +230959,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": false
},
@@ -230986,7 +230995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -231068,7 +231077,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": true
},
@@ -231087,7 +231097,8 @@
},
"ValidateSet": [
"Predefined",
- "Custom"
+ "Custom",
+ "CustomV2"
],
"ValidateNotNullOrEmpty": false
},
@@ -231120,7 +231131,7 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -231138,7 +231149,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": false
},
@@ -231191,7 +231203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -231294,7 +231306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -231373,7 +231385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -231391,7 +231403,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
}
@@ -231403,7 +231415,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -231439,7 +231451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -231530,7 +231542,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -231554,7 +231566,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
}
@@ -231572,7 +231584,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
},
"ValidateNotNullOrEmpty": true
@@ -231626,7 +231638,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -231679,7 +231691,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -231705,7 +231717,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": true
},
@@ -231718,7 +231731,8 @@
},
"ValidateSet": [
"Predefined",
- "Custom"
+ "Custom",
+ "CustomV2"
],
"ValidateNotNullOrEmpty": false
},
@@ -231739,7 +231753,7 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "MinProtocolVersion",
@@ -231751,7 +231765,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": false
},
@@ -231786,7 +231801,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -231818,7 +231833,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": true
},
@@ -231837,7 +231853,8 @@
},
"ValidateSet": [
"Predefined",
- "Custom"
+ "Custom",
+ "CustomV2"
],
"ValidateNotNullOrEmpty": false
},
@@ -231870,7 +231887,7 @@
"AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"ElementType": "System.String"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -231888,7 +231905,8 @@
"ValidateSet": [
"TLSv1_0",
"TLSv1_1",
- "TLSv1_2"
+ "TLSv1_2",
+ "TLSv1_3"
],
"ValidateNotNullOrEmpty": false
},
@@ -231941,7 +231959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232044,7 +232062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232158,7 +232176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232302,7 +232320,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232405,7 +232423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232519,7 +232537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232663,7 +232681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232766,7 +232784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -232845,7 +232863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -232864,7 +232882,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -232893,7 +232911,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -232924,7 +232942,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -232960,7 +232978,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -233013,7 +233031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -233104,7 +233122,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -233196,7 +233214,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -233287,7 +233305,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -233334,7 +233352,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -233360,7 +233378,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -233397,7 +233415,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -233421,7 +233439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -233512,7 +233530,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -233559,7 +233577,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -233583,7 +233601,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -233616,7 +233634,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -233707,7 +233725,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -233784,7 +233802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -233875,7 +233893,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
},
"ValidateNotNullOrEmpty": true
@@ -233929,7 +233947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -234032,7 +234050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -234148,7 +234166,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup"
},
"ValidateNotNullOrEmpty": true
@@ -234185,7 +234203,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion"
},
"ValidateNotNullOrEmpty": true
@@ -234221,7 +234239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -234367,7 +234385,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup"
},
"ValidateNotNullOrEmpty": true
@@ -234428,7 +234446,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion"
},
"ValidateNotNullOrEmpty": true
@@ -234482,7 +234500,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -234560,7 +234578,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -234665,7 +234683,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -234818,7 +234836,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -234893,7 +234911,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -234970,7 +234988,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235071,7 +235089,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235155,7 +235173,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235278,7 +235296,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235436,7 +235454,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235571,7 +235589,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235655,7 +235673,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -235793,7 +235811,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -235881,7 +235899,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -236165,7 +236183,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -236419,7 +236437,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -236465,7 +236483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku",
"ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -236726,7 +236744,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -236827,7 +236845,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -236879,7 +236897,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -237027,7 +237045,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -237161,7 +237179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -237232,7 +237250,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -237308,7 +237326,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -237424,7 +237442,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -237499,7 +237517,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -237564,7 +237582,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -237632,7 +237650,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering"
},
"ValidateNotNullOrEmpty": false
@@ -237686,7 +237704,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -237845,7 +237863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering"
},
"ValidateNotNullOrEmpty": false
@@ -237990,7 +238008,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -238076,7 +238094,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -238311,7 +238329,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId",
@@ -238651,7 +238669,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -238721,7 +238739,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -238793,7 +238811,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -238886,7 +238904,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -238953,7 +238971,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -239025,7 +239043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -239121,7 +239139,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses",
"ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration",
@@ -239405,7 +239423,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses",
"ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration",
@@ -239485,7 +239503,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses",
"ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration",
@@ -239589,7 +239607,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -239677,7 +239695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -239743,7 +239761,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -239765,7 +239783,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -239778,7 +239796,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -239808,7 +239826,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -239864,7 +239882,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -239998,7 +240016,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -240032,7 +240050,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -240051,7 +240069,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -240084,7 +240102,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -240170,7 +240188,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -240256,7 +240274,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -240346,7 +240364,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -240380,7 +240398,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -240399,7 +240417,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -240432,7 +240450,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -240518,7 +240536,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -240621,7 +240639,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -240655,7 +240673,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -240674,7 +240692,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -240707,7 +240725,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -240793,7 +240811,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -240926,7 +240944,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -240960,7 +240978,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -240979,7 +240997,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
}
@@ -241012,7 +241030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -241098,7 +241116,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -241173,7 +241191,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]",
"Name": "System.String",
@@ -241244,7 +241262,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup",
"Name": "System.String"
@@ -241257,7 +241275,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -241329,7 +241347,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -241430,7 +241448,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -241495,7 +241513,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings",
"IntrusionDetection": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection",
@@ -241552,7 +241570,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -241599,7 +241617,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup",
"Name": "System.String"
@@ -241635,7 +241653,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -241714,7 +241732,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -241778,7 +241796,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
},
"ValidateNotNullOrEmpty": true
@@ -241832,7 +241850,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork",
@@ -241928,7 +241946,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork",
@@ -242214,7 +242232,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork",
@@ -242409,7 +242427,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -242465,7 +242483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -242523,7 +242541,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -242605,7 +242623,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -242677,7 +242695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -242751,7 +242769,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -242849,7 +242867,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -242946,7 +242964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -242985,7 +243003,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -243010,7 +243028,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -243029,7 +243047,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -243128,7 +243146,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -243144,7 +243162,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -243236,7 +243254,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -243281,7 +243299,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -243297,7 +243315,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -243374,7 +243392,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -243405,7 +243423,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -243482,7 +243500,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
},
"ValidateNotNullOrEmpty": true
@@ -243513,7 +243531,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -243590,7 +243608,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
},
"ValidateNotNullOrEmpty": false
@@ -243674,7 +243692,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -243746,7 +243764,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -243835,7 +243853,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -243884,7 +243902,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -243931,7 +243949,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -244001,7 +244019,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -244157,7 +244175,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -244203,7 +244221,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -244374,7 +244392,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -244511,7 +244529,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -244633,7 +244651,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -244677,7 +244695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -244814,7 +244832,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -244936,7 +244954,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -244977,7 +244995,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -245106,7 +245124,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -245178,7 +245196,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -245298,7 +245316,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -245360,7 +245378,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -245571,7 +245589,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -245767,7 +245785,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -245809,7 +245827,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -246012,7 +246030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -246084,7 +246102,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -246195,7 +246213,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -246264,7 +246282,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -246315,7 +246333,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -246562,7 +246580,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -246779,7 +246797,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -246821,7 +246839,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -246852,7 +246870,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247076,7 +247094,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247148,7 +247166,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247232,7 +247250,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -247251,7 +247269,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -247302,7 +247320,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247422,7 +247440,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -247484,7 +247502,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247604,7 +247622,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -247651,7 +247669,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -247682,7 +247700,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247802,7 +247820,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -247856,7 +247874,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -247928,7 +247946,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -248047,7 +248065,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -248220,7 +248238,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -248292,7 +248310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -248421,7 +248439,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -248467,7 +248485,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -248486,7 +248504,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -248534,7 +248552,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -248791,7 +248809,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -249002,7 +249020,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -249044,7 +249062,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -249060,7 +249078,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -249088,7 +249106,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku",
@@ -249306,7 +249324,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -249366,7 +249384,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -249465,7 +249483,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -249612,7 +249630,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -249707,7 +249725,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -249736,7 +249754,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -249746,7 +249764,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -249830,7 +249848,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -249846,7 +249864,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -249941,7 +249959,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -249957,7 +249975,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -250037,7 +250055,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -250072,7 +250090,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -250088,7 +250106,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -250165,7 +250183,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -250181,7 +250199,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -250265,7 +250283,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -250352,7 +250370,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -250429,7 +250447,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -250530,7 +250548,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -250626,7 +250644,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -250708,7 +250726,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -250757,7 +250775,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -250805,7 +250823,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -250825,7 +250843,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -250845,7 +250863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -250865,7 +250883,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -250925,7 +250943,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -251162,7 +251180,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -251290,7 +251308,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -251336,7 +251354,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -251380,7 +251398,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -251396,7 +251414,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -251412,7 +251430,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
},
"ValidateNotNullOrEmpty": false
@@ -251428,7 +251446,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -251474,7 +251492,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -251609,7 +251627,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -251696,7 +251714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap",
"ResourceGroupName": "System.String",
@@ -251758,7 +251776,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap",
"ResourceGroupName": "System.String",
@@ -251850,7 +251868,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -251908,7 +251926,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -251968,7 +251986,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252052,7 +252070,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252130,7 +252148,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252194,7 +252212,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252282,7 +252300,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252369,7 +252387,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252464,7 +252482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -252474,7 +252492,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -252580,7 +252598,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -252801,7 +252819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -252817,7 +252835,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
},
"ValidateNotNullOrEmpty": false
@@ -252848,7 +252866,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -253116,7 +253134,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -253344,7 +253362,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -253397,7 +253415,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -253617,7 +253635,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -253857,7 +253875,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -254122,7 +254140,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -255834,7 +255852,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination",
"Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource",
@@ -255892,7 +255910,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -255951,7 +255969,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -256008,7 +256026,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -256102,7 +256120,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -256112,7 +256130,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -256184,7 +256202,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -256402,7 +256420,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -256447,7 +256465,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -256463,7 +256481,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -256824,7 +256842,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -256840,7 +256858,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -257171,7 +257189,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -257187,7 +257205,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -257482,7 +257500,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
},
"ValidateNotNullOrEmpty": true
@@ -257498,7 +257516,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
},
"ValidateNotNullOrEmpty": false
@@ -257590,7 +257608,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -257716,7 +257734,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -257780,7 +257798,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -257837,7 +257855,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -258028,7 +258046,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -258248,7 +258266,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -259910,7 +259928,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters",
"RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters",
@@ -260046,7 +260064,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateDnsZoneConfigs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig]",
"ProvisioningState": "System.String",
@@ -260126,7 +260144,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig"
]
@@ -260221,7 +260239,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig"
]
@@ -260292,7 +260310,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -260375,7 +260393,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -260448,7 +260466,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -260545,7 +260563,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
@@ -260959,7 +260977,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -261030,7 +261048,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -261103,7 +261121,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet",
@@ -261200,7 +261218,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -261271,7 +261289,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -261344,7 +261362,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -261441,7 +261459,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -261509,7 +261527,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -261579,7 +261597,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku",
@@ -261673,7 +261691,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -261740,7 +261758,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -261828,7 +261846,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -261958,7 +261976,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262024,7 +262042,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262093,7 +262111,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262192,7 +262210,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262258,7 +262276,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262362,7 +262380,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262514,7 +262532,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -262581,7 +262599,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -262642,7 +262660,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -262727,7 +262745,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -262784,7 +262802,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -262843,7 +262861,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityPartnerProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Management.Network.Models.SubResource",
"Tag": "System.Collections.Hashtable",
@@ -262926,7 +262944,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -262992,7 +263010,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -263043,7 +263061,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -263112,7 +263130,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -263187,7 +263205,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -263281,7 +263299,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -263396,7 +263414,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -263507,7 +263525,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -263547,7 +263565,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable"
},
"ValidateNotNullOrEmpty": false
@@ -263636,7 +263654,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable"
},
"ValidateNotNullOrEmpty": false
@@ -263731,7 +263749,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable"
},
"ValidateNotNullOrEmpty": false
@@ -263811,7 +263829,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -263857,7 +263875,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable"
},
"ValidateNotNullOrEmpty": false
@@ -263934,7 +263952,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable"
},
"ValidateNotNullOrEmpty": false
@@ -264018,7 +264036,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -264094,7 +264112,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -264172,7 +264190,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -264274,7 +264292,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -264350,7 +264368,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -264421,7 +264439,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -264488,7 +264506,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -264498,7 +264516,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -264508,7 +264526,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -264536,7 +264554,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": true
@@ -264594,7 +264612,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -264650,7 +264668,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -264716,7 +264734,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -264799,7 +264817,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -264890,7 +264908,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -264906,7 +264924,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -264922,7 +264940,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -264968,7 +264986,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": true
@@ -265062,7 +265080,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -265154,7 +265172,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -265249,7 +265267,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -265332,7 +265350,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -265423,7 +265441,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -265439,7 +265457,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
},
"ValidateNotNullOrEmpty": false
@@ -265455,7 +265473,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -265501,7 +265519,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": true
@@ -265595,7 +265613,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -265687,7 +265705,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -265774,7 +265792,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -265858,7 +265876,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -265966,7 +265984,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -265976,7 +265994,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -265986,7 +266004,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -265996,7 +266014,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -266059,7 +266077,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -266203,7 +266221,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -266219,7 +266237,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -266235,7 +266253,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -266251,7 +266269,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -266343,7 +266361,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -266487,7 +266505,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -266503,7 +266521,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -266519,7 +266537,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -266535,7 +266553,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId"
},
"ValidateNotNullOrEmpty": false
@@ -266798,7 +266816,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -266874,7 +266892,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -266917,7 +266935,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -266970,7 +266988,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -267050,7 +267068,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -267083,7 +267101,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -267170,7 +267188,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -267238,7 +267256,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -267308,7 +267326,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -267402,7 +267420,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -267487,7 +267505,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -267549,7 +267567,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -267587,7 +267605,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -267628,7 +267646,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -267667,7 +267685,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -267677,7 +267695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -267705,7 +267723,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -267756,7 +267774,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -267837,7 +267855,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -267853,7 +267871,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -267899,7 +267917,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -268009,7 +268027,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -268090,7 +268108,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -268106,7 +268124,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -268152,7 +268170,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -268199,7 +268217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -268234,7 +268252,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -268269,7 +268287,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku",
"PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -268319,7 +268337,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -268400,7 +268418,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -268416,7 +268434,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation"
},
"ValidateNotNullOrEmpty": false
@@ -268462,7 +268480,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation"
},
"ValidateNotNullOrEmpty": false
@@ -268516,7 +268534,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -268576,7 +268594,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -268638,7 +268656,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -268724,7 +268742,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -268794,7 +268812,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -268813,7 +268831,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -268921,7 +268939,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -268977,7 +268995,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -269056,7 +269074,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -269157,7 +269175,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SaLifeTimeSeconds": "System.Int32",
"SaDataSizeKilobytes": "System.Int32",
@@ -269220,7 +269238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -269323,7 +269341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -269419,7 +269437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -269546,7 +269564,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -269603,7 +269621,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -269680,7 +269698,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -270065,7 +270083,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -270221,7 +270239,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]",
"Tag": "System.Collections.Hashtable",
@@ -270283,7 +270301,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -270387,7 +270405,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -270773,7 +270791,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -270856,7 +270874,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -271059,7 +271077,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -271321,7 +271339,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -271404,7 +271422,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -271599,7 +271617,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -271853,7 +271871,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -271950,7 +271968,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -272176,7 +272194,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -272463,7 +272481,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -272546,7 +272564,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -272727,7 +272745,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -272967,7 +272985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -273070,7 +273088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -273175,7 +273193,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration",
"Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku",
@@ -273317,7 +273335,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -273374,7 +273392,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -273451,7 +273469,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -273836,7 +273854,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -274005,7 +274023,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -274109,7 +274127,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -274495,7 +274513,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -274577,7 +274595,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -274779,7 +274797,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway",
"Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -275041,7 +275059,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -275124,7 +275142,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -275319,7 +275337,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -275573,7 +275591,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnConnectionPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -275669,7 +275687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -275894,7 +275912,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -276181,7 +276199,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"EndTime": "System.DateTime",
@@ -276264,7 +276282,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -276445,7 +276463,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -276685,7 +276703,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -276780,7 +276798,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -276917,7 +276935,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -277158,7 +277176,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]",
"AvgLatencyInMs": "System.Nullable`1[System.Int32]",
@@ -277210,7 +277228,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -277310,7 +277328,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Header": "System.Collections.IDictionary",
"ValidStatusCode": "System.Int32[]",
@@ -277360,7 +277378,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -277466,7 +277484,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Header": "System.Collections.IDictionary",
"ValidStatusCode": "System.Int32[]",
@@ -277645,7 +277663,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Header": "System.Collections.IDictionary",
"ValidStatusCode": "System.Int32[]",
@@ -277806,7 +277824,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Header": "System.Collections.IDictionary",
"ValidStatusCode": "System.Int32[]",
@@ -277952,7 +277970,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Header": "System.Collections.IDictionary",
"ValidStatusCode": "System.Int32[]",
@@ -278026,7 +278044,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Access": "System.String",
"RuleName": "System.String"
@@ -278072,7 +278090,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -278238,7 +278256,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -279016,7 +279034,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Available": "System.Boolean",
"AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -279063,7 +279081,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -279159,7 +279177,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -279532,7 +279550,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -279615,7 +279633,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -279917,7 +279935,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -280379,7 +280397,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualAppliance, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -280463,7 +280481,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -280572,7 +280590,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -280690,7 +280708,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -280781,7 +280799,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -280832,7 +280850,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -280842,7 +280860,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -280913,7 +280931,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281042,7 +281060,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -281089,7 +281107,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281237,7 +281255,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -281302,7 +281320,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -281349,7 +281367,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281528,7 +281546,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -281575,7 +281593,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281691,7 +281709,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281745,7 +281763,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -281792,7 +281810,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281908,7 +281926,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -281946,7 +281964,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -282011,7 +282029,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -282058,7 +282076,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -282174,7 +282192,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -282243,7 +282261,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -282290,7 +282308,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -282434,7 +282452,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -282481,7 +282499,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -282609,7 +282627,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -282674,7 +282692,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -282721,7 +282739,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -282880,7 +282898,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -282927,7 +282945,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -283056,7 +283074,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
},
"ValidateNotNullOrEmpty": false
@@ -283103,7 +283121,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -283223,7 +283241,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -283536,7 +283554,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer]",
@@ -283654,7 +283672,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -283954,7 +283972,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -284181,7 +284199,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -284276,7 +284294,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -284320,7 +284338,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -284355,7 +284373,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -284464,7 +284482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -284566,7 +284584,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -284612,7 +284630,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -284694,7 +284712,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -284722,7 +284740,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -284819,7 +284837,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -284897,7 +284915,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
},
"ValidateNotNullOrEmpty": false
@@ -284982,7 +285000,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"O365Policy": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties",
"AddressPrefix": "System.String",
@@ -285071,7 +285089,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -285199,7 +285217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -285323,7 +285341,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
}
@@ -285424,7 +285442,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -285534,7 +285552,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -285583,7 +285601,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -285593,7 +285611,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -285739,7 +285757,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -285755,7 +285773,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -285926,7 +285944,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -285942,7 +285960,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -286083,7 +286101,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -286144,7 +286162,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -286160,7 +286178,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -286313,7 +286331,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -286329,7 +286347,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -286474,7 +286492,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -286578,7 +286596,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -286610,7 +286628,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -286653,7 +286671,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -286801,7 +286819,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -287065,7 +287083,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -287094,7 +287112,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -287254,7 +287272,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -287376,7 +287394,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -287604,7 +287622,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -287632,7 +287650,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -287750,7 +287768,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -287850,7 +287868,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -287893,7 +287911,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -288016,7 +288034,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -288106,7 +288124,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -288149,7 +288167,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -288271,7 +288289,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -288342,7 +288360,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -288385,7 +288403,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -288489,7 +288507,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -288575,7 +288593,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -288650,7 +288668,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -288755,7 +288773,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -289185,7 +289203,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -289470,7 +289488,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -289782,7 +289800,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowBranchToBranchTraffic": "System.Boolean",
"Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]",
@@ -289899,7 +289917,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -290199,7 +290217,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -290426,7 +290444,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -290508,7 +290526,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -290794,7 +290812,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -291230,7 +291248,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -291344,7 +291362,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -291393,7 +291411,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -291448,7 +291466,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -291470,7 +291488,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -291495,7 +291513,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -291623,7 +291641,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -291702,7 +291720,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -291736,7 +291754,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -291773,7 +291791,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -291883,7 +291901,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -291962,7 +291980,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -291996,7 +292014,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -292033,7 +292051,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -292098,7 +292116,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -292165,7 +292183,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -292244,7 +292262,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -292278,7 +292296,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -292315,7 +292333,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -292407,7 +292425,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -292486,7 +292504,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
},
"ValidateNotNullOrEmpty": false
@@ -292520,7 +292538,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -292557,7 +292575,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -292626,7 +292644,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -292714,7 +292732,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -292752,7 +292770,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -292762,7 +292780,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -292781,7 +292799,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": false
@@ -292882,7 +292900,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -292898,7 +292916,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -292929,7 +292947,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": false
@@ -293027,7 +293045,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
"VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -293062,7 +293080,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -293078,7 +293096,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -293109,7 +293127,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": false
@@ -293219,7 +293237,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -293235,7 +293253,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -293266,7 +293284,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": false
@@ -293361,7 +293379,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
},
"ValidateNotNullOrEmpty": false
@@ -293377,7 +293395,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
},
"ValidateNotNullOrEmpty": false
@@ -293408,7 +293426,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
},
"ValidateNotNullOrEmpty": false
@@ -293510,7 +293528,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -293619,7 +293637,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -294155,7 +294173,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -294520,7 +294538,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -294621,7 +294639,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -294743,7 +294761,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -294800,7 +294818,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -294810,7 +294828,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -294960,7 +294978,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -295094,7 +295112,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -295110,7 +295128,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -295190,7 +295208,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -295301,7 +295319,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -295435,7 +295453,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -295451,7 +295469,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -295608,7 +295626,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
},
"ValidateNotNullOrEmpty": false
@@ -295742,7 +295760,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -295758,7 +295776,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -295876,7 +295894,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -295892,7 +295910,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
},
"ValidateNotNullOrEmpty": false
@@ -295976,7 +295994,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsDefault": "System.Boolean",
"P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -296069,7 +296087,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -296146,7 +296164,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -296277,7 +296295,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -296343,7 +296361,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -296425,7 +296443,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -296539,7 +296557,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -296634,7 +296652,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
},
"ValidateNotNullOrEmpty": false
@@ -296703,7 +296721,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -296790,7 +296808,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -296849,7 +296867,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -296955,7 +296973,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -296965,7 +296983,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -297206,7 +297224,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -297222,7 +297240,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -297471,7 +297489,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -297487,7 +297505,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -297600,7 +297618,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -297751,7 +297769,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -297767,7 +297785,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -298001,7 +298019,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -298017,7 +298035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -298099,7 +298117,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -298285,7 +298303,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -298301,7 +298319,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -298383,7 +298401,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -298554,7 +298572,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -298570,7 +298588,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -298652,7 +298670,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -298687,7 +298705,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -298838,7 +298856,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -298854,7 +298872,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -298936,7 +298954,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -299092,7 +299110,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -299108,7 +299126,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -299356,7 +299374,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -299372,7 +299390,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -299605,7 +299623,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -299621,7 +299639,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -299718,7 +299736,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowVnetToVnetTraffic": "System.Boolean",
"AllowBranchToBranchTraffic": "System.Boolean",
@@ -299869,7 +299887,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -299885,7 +299903,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -300103,7 +300121,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -300119,7 +300137,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -300319,7 +300337,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
},
"ValidateNotNullOrEmpty": false
@@ -300335,7 +300353,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
}
@@ -300454,7 +300472,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MinCapacity": "System.Int32",
"MaxCapacity": "System.Nullable`1[System.Int32]"
@@ -300505,7 +300523,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Nullable`1[System.Int32]",
"Tier": "System.String",
@@ -300544,7 +300562,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]",
"CipherSuites": "System.Collections.Generic.List`1[System.String]",
@@ -300595,7 +300613,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]",
@@ -300642,7 +300660,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup"
]
@@ -300650,7 +300668,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[System.Int32]",
"RuleGroupName": "System.String",
@@ -300697,7 +300715,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion"
]
@@ -300705,7 +300723,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]",
"MatchVariable": "System.String",
@@ -300745,7 +300763,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet"
]
@@ -300753,7 +300771,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup]",
"RuleSetVersion": "System.String",
@@ -300792,7 +300810,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup"
]
@@ -300800,7 +300818,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule]",
"RuleGroupName": "System.String"
@@ -300838,7 +300856,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule"
]
@@ -300846,7 +300864,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleId": "System.String"
},
@@ -300891,7 +300909,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -300931,7 +300949,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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue"
@@ -300940,7 +300958,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -301078,7 +301096,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -301115,7 +301133,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate"
]
@@ -301123,7 +301141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ProvisioningState": "System.String",
@@ -301165,7 +301183,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool"
]
@@ -301173,7 +301191,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -301226,7 +301244,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress"
]
@@ -301234,7 +301252,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Fqdn": "System.String",
"IpAddress": "System.String"
@@ -301272,7 +301290,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration"
]
@@ -301280,7 +301298,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation",
@@ -301362,7 +301380,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"GatewayLoadBalancer": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -301447,7 +301465,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration",
@@ -301510,7 +301528,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Type": "System.String"
@@ -301557,7 +301575,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -301603,7 +301621,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup",
"NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -301696,7 +301714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -301766,7 +301784,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkInterface"
]
@@ -301774,7 +301792,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings",
@@ -301853,7 +301871,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.List`1[System.String]",
"AppliedDnsServers": "System.Collections.Generic.List`1[System.String]",
@@ -301896,7 +301914,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration"
]
@@ -301904,7 +301922,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap",
"ResourceGroupName": "System.String",
@@ -301947,7 +301965,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration",
"DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
@@ -302004,7 +302022,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSSecurityRule"
]
@@ -302012,7 +302030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourcePortRange": "System.Collections.Generic.IList`1[System.String]",
"DestinationPortRange": "System.Collections.Generic.IList`1[System.String]",
@@ -302073,7 +302091,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
]
@@ -302081,7 +302099,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"ProvisioningState": "System.String",
@@ -302127,7 +302145,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSSubnet"
]
@@ -302135,7 +302153,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DisableBgpRoutePropagation": "System.Boolean",
"Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]",
@@ -302194,7 +302212,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSRoute"
]
@@ -302202,7 +302220,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefix": "System.String",
"NextHopType": "System.String",
@@ -302245,7 +302263,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSDelegation"
]
@@ -302253,7 +302271,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Actions": "System.Collections.Generic.List`1[System.String]",
"ProvisioningState": "System.String",
@@ -302295,7 +302313,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSIPConfiguration"
]
@@ -302303,7 +302321,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint"
]
@@ -302311,7 +302329,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExtendedLocation": "Microsoft.Azure.Commands.Network.Models.PSExtendedLocation",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -302386,7 +302404,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup"
]
@@ -302394,7 +302412,7 @@
"System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IReadOnlyList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration]",
- "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IReadOnlyList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration"
]
@@ -302402,7 +302420,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"GroupId": "System.String",
@@ -302444,7 +302462,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig"
]
@@ -302452,7 +302470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointCustomDnsConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddresses": "System.Collections.Generic.List`1[System.String]",
"Fqdn": "System.String"
@@ -302490,7 +302508,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection"
]
@@ -302498,7 +302516,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
"GroupIds": "System.Collections.Generic.List`1[System.String]",
@@ -302544,7 +302562,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "System.String",
"Description": "System.String",
@@ -302583,7 +302601,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSResourceId"
]
@@ -302591,7 +302609,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink"
]
@@ -302599,7 +302617,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedResourceType": "System.String",
"Link": "System.String",
@@ -302641,7 +302659,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink"
]
@@ -302649,7 +302667,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedResourceType": "System.String",
"Link": "System.String",
@@ -302691,7 +302709,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint"
]
@@ -302699,7 +302717,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Locations": "System.Collections.Generic.List`1[System.String]",
"Service": "System.String",
@@ -302738,7 +302756,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy"
]
@@ -302746,7 +302764,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -302804,7 +302822,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition"
]
@@ -302812,7 +302830,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"serviceResources": "System.Collections.Generic.List`1[System.String]",
"Description": "System.String",
@@ -302855,7 +302873,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DomainNameLabel": "System.String",
"Fqdn": "System.String",
@@ -302894,7 +302912,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -302932,7 +302950,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPublicIpTag"
]
@@ -302940,7 +302958,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -302978,7 +302996,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Fqdns": "System.Collections.Generic.List`1[System.String]",
"RequiredMemberName": "System.String",
@@ -303017,7 +303035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool"
]
@@ -303025,7 +303043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"LoadBalancerBackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress]",
@@ -303087,7 +303105,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress"
]
@@ -303095,7 +303113,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterfaceIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -303145,7 +303163,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping"
]
@@ -303153,7 +303171,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatRulePortMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendPort": "System.Nullable`1[System.Int32]",
"BackendPort": "System.Nullable`1[System.Int32]",
@@ -303192,7 +303210,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTunnelInterface"
]
@@ -303200,7 +303218,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"Identifier": "System.Int32",
@@ -303240,7 +303258,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSInboundNatRule"
]
@@ -303248,7 +303266,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -303310,7 +303328,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap"
]
@@ -303318,7 +303336,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings"
]
@@ -303326,7 +303344,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining",
"Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -303394,7 +303412,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"DrainTimeoutInSec": "System.Int32"
@@ -303432,7 +303450,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError"
]
@@ -303440,7 +303458,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCode": "System.String",
"CustomErrorPageUrl": "System.String"
@@ -303478,7 +303496,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration"
]
@@ -303486,7 +303504,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -303535,7 +303553,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort"
]
@@ -303543,7 +303561,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"ProvisioningState": "System.String",
@@ -303585,7 +303603,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener"
]
@@ -303593,7 +303611,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -303649,7 +303667,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration"
]
@@ -303657,7 +303675,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"ProvisioningState": "System.String",
@@ -303700,7 +303718,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection"
]
@@ -303708,7 +303726,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
@@ -303753,7 +303771,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration"
]
@@ -303761,7 +303779,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration]",
"ProvisioningState": "System.String",
@@ -303804,7 +303822,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration"
]
@@ -303812,7 +303830,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPrivateLinkIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"Primary": "System.Nullable`1[System.Boolean]",
@@ -303858,7 +303876,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe"
]
@@ -303866,7 +303884,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch",
"PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]",
@@ -303918,7 +303936,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusCodes": "System.Collections.Generic.List`1[System.String]",
"Body": "System.String",
@@ -303957,7 +303975,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration"
]
@@ -303965,7 +303983,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -304017,7 +304035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule"
]
@@ -304025,7 +304043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -304080,7 +304098,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet"
]
@@ -304088,7 +304106,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]",
"ProvisioningState": "System.String",
@@ -304135,7 +304153,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule"
]
@@ -304143,7 +304161,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -304186,7 +304204,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -304228,7 +304246,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reroute": "System.Boolean",
"ModifiedQueryString": "System.String",
@@ -304267,7 +304285,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration"
]
@@ -304275,7 +304293,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HeaderName": "System.String",
"HeaderValue": "System.String"
@@ -304313,7 +304331,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition"
]
@@ -304321,7 +304339,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IgnoreCase": "System.Nullable`1[System.Boolean]",
"Negate": "System.Nullable`1[System.Boolean]",
@@ -304361,7 +304379,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate"
]
@@ -304369,7 +304387,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Password": "System.Security.SecureString",
"Data": "System.String",
@@ -304419,7 +304437,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile"
]
@@ -304427,7 +304445,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAuthConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration",
"SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy",
@@ -304472,7 +304490,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayClientAuthConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VerifyClientCertIssuerDN": "System.Nullable`1[System.Boolean]"
},
@@ -304509,7 +304527,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate"
]
@@ -304517,7 +304535,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ValidatedCertData": "System.String",
@@ -304561,7 +304579,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate"
]
@@ -304569,7 +304587,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Data": "System.String",
"ProvisioningState": "System.String",
@@ -304611,7 +304629,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap"
]
@@ -304619,7 +304637,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -304669,7 +304687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule"
]
@@ -304677,7 +304695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -304859,7 +304877,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]",
"ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]"
@@ -304897,7 +304915,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion"
]
@@ -304905,7 +304923,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExclusionManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusionManagedRuleSet]",
"MatchVariable": "System.String",
@@ -304945,7 +304963,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet"
]
@@ -304953,7 +304971,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]",
"RuleSetVersion": "System.String",
@@ -304992,7 +305010,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride"
]
@@ -305000,7 +305018,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]",
"RuleGroupName": "System.String"
@@ -305038,7 +305056,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride"
]
@@ -305046,7 +305064,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleId": "System.String",
"State": "System.String"
@@ -305084,7 +305102,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequestBodyCheck": "System.Boolean",
"MaxRequestBodySizeInKb": "System.Int32",
@@ -305125,7 +305143,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule"
]
@@ -305133,7 +305151,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]",
"Priority": "System.Int32",
@@ -305175,7 +305193,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition"
]
@@ -305183,7 +305201,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -305227,7 +305245,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable"
]
@@ -305235,7 +305253,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VariableName": "System.String",
"Selector": "System.String"
@@ -305273,7 +305291,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String",
@@ -305312,7 +305330,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BandwidthInMbps": "System.Int32",
"PeeringLocation": "System.String",
@@ -305351,7 +305369,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization"
]
@@ -305359,7 +305377,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AuthorizationKey": "System.String",
"AuthorizationUseStatus": "System.String",
@@ -305401,7 +305419,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPeering"
]
@@ -305409,7 +305427,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -305471,7 +305489,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
"RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter",
@@ -305517,7 +305535,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]",
"AdvertisedCommunities": "System.Collections.Generic.List`1[System.String]",
@@ -305561,7 +305579,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -305619,7 +305637,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule"
]
@@ -305627,7 +305645,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Communities": "System.Collections.Generic.List`1[System.String]",
"Access": "System.String",
@@ -305669,7 +305687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection"
]
@@ -305677,7 +305695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig",
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -305726,7 +305744,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefix": "System.String",
"CircuitConnectionStatus": "System.String"
@@ -305764,7 +305782,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection"
]
@@ -305772,7 +305790,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -305828,7 +305846,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -305865,7 +305883,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering"
]
@@ -305873,7 +305891,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig",
"MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig",
@@ -305937,7 +305955,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink"
]
@@ -305945,7 +305963,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig",
"RouterName": "System.String",
@@ -305993,7 +306011,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CknSecretIdentifier": "System.String",
"CakSecretIdentifier": "System.String",
@@ -306033,7 +306051,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -306071,7 +306089,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration"
]
@@ -306079,7 +306097,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSInboundNatPool"
]
@@ -306087,7 +306105,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"FrontendPortRangeStart": "System.Int32",
@@ -306148,7 +306166,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule"
]
@@ -306156,7 +306174,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -306220,7 +306238,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSOutboundRule"
]
@@ -306228,7 +306246,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -306280,7 +306298,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSProbe"
]
@@ -306288,7 +306306,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
"Port": "System.Int32",
@@ -306351,7 +306369,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -306389,7 +306407,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress"
]
@@ -306397,7 +306415,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag"
]
@@ -306405,7 +306423,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpTagType": "System.String",
"Tag": "System.String"
@@ -306443,7 +306461,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer"
]
@@ -306451,7 +306469,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteServerPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -306493,7 +306511,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute"
]
@@ -306501,7 +306519,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"Destinations": "System.Collections.Generic.List`1[System.String]",
@@ -306543,7 +306561,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"AddressPrefixesText": "System.String"
@@ -306581,7 +306599,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]",
"PeerWeight": "System.Nullable`1[System.Int32]",
@@ -306621,7 +306639,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress"
]
@@ -306629,7 +306647,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Etag": "System.String",
@@ -306668,7 +306686,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.Int32",
"Name": "System.String",
@@ -306707,7 +306725,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]",
@@ -306762,7 +306780,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy"
]
@@ -306770,7 +306788,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SALifeTimeSeconds": "System.Int32",
"SADataSizeKilobytes": "System.Int32",
@@ -306814,7 +306832,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSRadiusServer"
]
@@ -306822,7 +306840,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRadiusServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RadiusServerScore": "System.Int32",
"RadiusServerSecret": "System.String",
@@ -306861,7 +306879,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate"
]
@@ -306869,7 +306887,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Thumbprint": "System.String",
"ProvisioningState": "System.String",
@@ -306910,7 +306928,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate"
]
@@ -306918,7 +306936,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicCertData": "System.String",
"ProvisioningState": "System.String",
@@ -306959,7 +306977,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration"
]
@@ -306967,7 +306985,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -307012,7 +307030,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule"
]
@@ -307020,7 +307038,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -307067,7 +307085,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping"
]
@@ -307075,7 +307093,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnNatRuleMapping, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "System.String",
"PortRange": "System.String"
@@ -307113,7 +307131,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VirtualNetworkCommunity": "System.String",
"RegionalCommunity": "System.String"
@@ -307155,7 +307173,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkEncryption, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.String",
"Enforcement": "System.String"
@@ -307193,7 +307211,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DnsServers": "System.Collections.Generic.List`1[System.String]",
"DnsServersText": "System.String"
@@ -307231,7 +307249,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering"
]
@@ -307239,7 +307257,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"PeeredRemoteAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
@@ -307299,7 +307317,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -307336,7 +307354,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpAllocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"VirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork",
@@ -307391,7 +307409,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions",
@@ -307459,7 +307477,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer"
]
@@ -307467,7 +307485,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PeerIp": "System.String",
"ProvisioningState": "System.String",
@@ -307509,7 +307527,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]",
"VpnClientConnectionsCount": "System.Int32",
@@ -307550,7 +307568,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration"
]
@@ -307558,7 +307576,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -307607,7 +307625,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropagatedRouteTables": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable",
"AssociatedRouteTable": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -307648,7 +307666,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPropagatedRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]"
@@ -307686,7 +307704,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVnetRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StaticRoutes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSStaticRoute]"
},
@@ -307723,7 +307741,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSStaticRoute"
]
@@ -307731,7 +307749,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStaticRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"Name": "System.String",
@@ -307770,7 +307788,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup"
]
@@ -307778,7 +307796,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsDefault": "System.Boolean",
"P2SConnectionConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -307824,7 +307842,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember"
]
@@ -307832,7 +307850,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationPolicyGroupMember, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"AttributeType": "System.String",
@@ -307871,7 +307889,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet"
]
@@ -307879,7 +307897,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]",
"Tag": "System.Collections.Hashtable",
@@ -307929,7 +307947,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup"
]
@@ -307937,7 +307955,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]",
"RuleGroupName": "System.String",
@@ -307977,7 +307995,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule"
]
@@ -307985,7 +308003,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleId": "System.Int32",
"Description": "System.String"
@@ -308023,7 +308041,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool"
]
@@ -308031,7 +308049,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -308071,7 +308089,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings"
]
@@ -308079,7 +308097,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -308119,7 +308137,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer"
]
@@ -308127,7 +308145,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration",
"Address": "System.String",
@@ -308167,7 +308185,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String"
},
@@ -308213,7 +308231,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration"
]
@@ -308221,7 +308239,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -308264,7 +308282,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -308334,7 +308352,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSBgpCommunity"
]
@@ -308342,7 +308360,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsAuthorizedToUse": "System.Boolean",
"CommunityPrefixes": "System.Collections.Generic.List`1[System.String]",
@@ -308385,7 +308403,7 @@
"Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix": {
"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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomIpPrefixParent": "Microsoft.Azure.Commands.Network.Models.PSCustomIpPrefix",
"PublicIpPrefixes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]",
@@ -308442,7 +308460,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -308491,7 +308509,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule"
]
@@ -308499,7 +308517,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourcePortRange": "System.Collections.Generic.IList`1[System.String]",
"DestinationPortRange": "System.Collections.Generic.IList`1[System.String]",
@@ -308546,7 +308564,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -308583,7 +308601,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds",
"BoundsText": "System.String"
@@ -308621,7 +308639,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Min": "System.Int32",
"Max": "System.Int32"
@@ -308659,7 +308677,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -308696,7 +308714,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection"
]
@@ -308704,7 +308722,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -308751,7 +308769,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths"
]
@@ -308759,7 +308777,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ValueInGbps": "System.Nullable`1[System.Int32]",
"OfferName": "System.String"
@@ -308797,7 +308815,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered"
]
@@ -308805,7 +308823,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ValueInMbps": "System.Int32",
"OfferName": "System.String"
@@ -308843,7 +308861,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPs": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses",
"publicIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]"
@@ -308881,7 +308899,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubPublicIpAddresses, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Addresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[]",
"Count": "System.Int32"
@@ -308919,13 +308937,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Address": "System.String"
},
@@ -308962,7 +308980,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
@@ -309006,7 +309024,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Tier": "System.String"
@@ -309044,7 +309062,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -309134,7 +309152,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection"
]
@@ -309142,7 +309160,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -309216,7 +309234,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.String"
},
@@ -309253,7 +309271,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule"
]
@@ -309261,7 +309279,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -309323,7 +309341,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol"
]
@@ -309331,7 +309349,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtocolType": "System.String",
"Port": "System.UInt32"
@@ -309383,7 +309401,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration"
]
@@ -309391,7 +309409,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection"
]
@@ -309399,7 +309417,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -309473,7 +309491,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.String"
},
@@ -309510,7 +309528,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule"
]
@@ -309518,7 +309536,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -309579,7 +309597,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection"
]
@@ -309587,7 +309605,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -309661,7 +309679,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule"
]
@@ -309669,7 +309687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -309731,7 +309749,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubIPAddresses": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallHubIpAddresses",
"ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration",
@@ -310007,7 +310025,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tag": "System.Collections.Hashtable",
"FqdnTagName": "System.String",
@@ -310053,7 +310071,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Servers": "System.Collections.Generic.IList`1[System.String]",
"EnableProxy": "System.Nullable`1[System.Boolean]"
@@ -310091,7 +310109,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Configuration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration",
"Mode": "System.String"
@@ -310129,7 +310147,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -310168,7 +310186,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting"
]
@@ -310176,7 +310194,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionBypassTrafficSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
"DestinationAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -310220,7 +310238,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride"
]
@@ -310228,7 +310246,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyIntrusionDetectionSignatureOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Mode": "System.String"
@@ -310266,7 +310284,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tier": "System.String"
},
@@ -310303,7 +310321,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySNAT, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateRanges": "System.Collections.Generic.IList`1[System.String]"
},
@@ -310340,7 +310358,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicySqlSetting, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AllowSqlRedirect": "System.Nullable`1[System.Boolean]"
},
@@ -310377,7 +310395,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FQDNs": "System.String[]",
"IpAddresses": "System.String[]"
@@ -310415,7 +310433,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CertificateAuthority": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority"
},
@@ -310452,7 +310470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyTransportSecurityCertificateAuthority, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"KeyVaultSecretId": "System.String"
@@ -310498,7 +310516,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]",
"Name": "System.String",
@@ -310549,7 +310567,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection"
]
@@ -310557,7 +310575,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"RuleCollectionType": "System.String",
@@ -310596,7 +310614,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -310644,7 +310662,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface"
]
@@ -310652,7 +310670,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Container": "Microsoft.Azure.Commands.Network.Models.PSContainer",
"ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration",
@@ -310698,7 +310716,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -310735,7 +310753,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -310779,7 +310797,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile"
]
@@ -310787,7 +310805,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
"ProvisioningState": "System.String",
@@ -310829,7 +310847,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration"
]
@@ -310837,7 +310855,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -310883,7 +310901,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration"
]
@@ -310891,7 +310909,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation"
]
@@ -310899,7 +310917,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties",
"Id": "System.String",
@@ -310938,7 +310956,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressPrefixes": "System.Collections.Generic.List`1[System.String]",
"Region": "System.String",
@@ -310978,7 +310996,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceSkuProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Vendor": "System.String",
"BundledScaleUnit": "System.String",
@@ -311017,7 +311035,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSResourceId"
]
@@ -311025,7 +311043,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties"
]
@@ -311033,7 +311051,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualApplianceNicProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"PublicIpAddress": "System.String",
@@ -311072,7 +311090,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances"
]
@@ -311080,7 +311098,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkVirtualApplianceSkuInstances, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"InstanceCount": "System.Nullable`1[System.Int32]",
"ScaleUnit": "System.String"
@@ -311118,7 +311136,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Int32",
"Address": "System.String",
@@ -311157,7 +311175,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Port": "System.Nullable`1[System.Int32]",
"ResourceId": "System.String"
@@ -311217,7 +311235,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject"
]
@@ -311225,7 +311243,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings",
"Type": "System.String",
@@ -311264,7 +311282,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"WorkspaceResourceId": "System.String"
},
@@ -311301,7 +311319,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject"
]
@@ -311309,7 +311327,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -311353,7 +311371,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject"
]
@@ -311361,7 +311379,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Scope": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope",
"Name": "System.String",
@@ -311404,7 +311422,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScope, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -311444,7 +311462,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem"
]
@@ -311452,7 +311470,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Address": "System.String"
},
@@ -311489,7 +311507,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject"
]
@@ -311497,7 +311515,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration",
"SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold",
@@ -311540,7 +311558,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -311574,7 +311592,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RoundTripTimeMs": "System.Nullable`1[System.Double]",
"ChecksFailedPercent": "System.Nullable`1[System.Int32]"
@@ -311612,7 +311630,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot"
]
@@ -311620,7 +311638,7 @@
"Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot": {
"Namespace": "Microsoft.Azure.Commands.Network.Models",
"Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Hops": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -311662,7 +311680,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSConnectivityHop"
]
@@ -311670,7 +311688,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -311713,7 +311731,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue"
]
@@ -311721,7 +311739,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]",
"Origin": "System.String",
@@ -311769,7 +311787,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Version": "System.Nullable`1[System.Int32]",
"Type": "System.String"
@@ -311807,7 +311825,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Nullable`1[System.Boolean]",
"Days": "System.Nullable`1[System.Int32]"
@@ -311845,7 +311863,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties"
},
@@ -311886,7 +311904,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Enabled": "System.Boolean",
"TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]",
@@ -311931,7 +311949,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StorageId": "System.String",
"StoragePath": "System.String",
@@ -311970,7 +311988,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter"
]
@@ -311978,7 +311996,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocol": "System.String",
"RemoteIPAddress": "System.String",
@@ -312019,7 +312037,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry"
]
@@ -312027,7 +312045,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -312067,7 +312085,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState"
]
@@ -312075,7 +312093,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -312115,7 +312133,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity"
]
@@ -312123,7 +312141,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Providers": "System.Collections.Generic.IList`1[System.String]",
"CityName": "System.String"
@@ -312161,7 +312179,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Country": "System.String",
"State": "System.String",
@@ -312200,7 +312218,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem"
]
@@ -312208,7 +312226,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]",
"Provider": "System.String",
@@ -312248,7 +312266,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo"
]
@@ -312256,7 +312274,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TimeStamp": "System.Nullable`1[System.DateTime]",
"Score": "System.Nullable`1[System.Int32]"
@@ -312294,7 +312312,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView"
]
@@ -312302,7 +312320,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -312347,7 +312365,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTopologyResource"
]
@@ -312355,7 +312373,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]",
"Name": "System.String",
@@ -312396,7 +312414,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation"
]
@@ -312404,7 +312422,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AssociationType": "System.String",
"Name": "System.String",
@@ -312443,7 +312461,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails"
]
@@ -312451,7 +312469,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]",
"Id": "System.String",
@@ -312493,7 +312511,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions"
]
@@ -312501,7 +312519,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ActionId": "System.String",
"ActionText": "System.String",
@@ -312541,7 +312559,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig"
]
@@ -312549,7 +312567,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecordSets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet]",
"Name": "System.String",
@@ -312590,7 +312608,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet"
]
@@ -312598,7 +312616,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateDnsZoneConfigRecordSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpAddresses": "System.Collections.Generic.IList`1[System.String]",
"Ttl": "System.Int32",
@@ -312641,7 +312659,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subscriptions": "System.Collections.Generic.List`1[System.String]",
"SubscriptionsText": "System.String"
@@ -312679,7 +312697,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection"
]
@@ -312687,7 +312705,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint",
"PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState",
@@ -312733,7 +312751,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration"
]
@@ -312741,7 +312759,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -312789,7 +312807,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVHubRoute"
]
@@ -312797,7 +312815,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Destinations": "System.Collections.Generic.List`1[System.String]",
"Name": "System.String",
@@ -312838,7 +312856,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -312880,7 +312898,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSBgpConnection"
]
@@ -312888,7 +312906,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"HubVirtualNetworkConnection": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"PeerIp": "System.String",
@@ -312931,7 +312949,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration"
]
@@ -312939,7 +312957,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress",
"Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet",
@@ -312981,7 +312999,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection"
]
@@ -312989,7 +313007,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -313033,7 +313051,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable"
]
@@ -313046,7 +313064,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOffice365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies"
},
@@ -313083,7 +313101,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Allow": "System.Nullable`1[System.Boolean]",
"Optimize": "System.Nullable`1[System.Boolean]",
@@ -313122,7 +313140,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -313174,7 +313192,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -313242,7 +313260,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy"
]
@@ -313250,7 +313268,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LocalAddressRanges": "System.String[]",
"RemoteAddressRanges": "System.String[]"
@@ -313288,7 +313306,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth"
]
@@ -313296,7 +313314,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IngressBytesTransferred": "System.Nullable`1[System.Int64]",
"EgressBytesTransferred": "System.Nullable`1[System.Int64]",
@@ -313337,7 +313355,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"isSaInitiator": "System.Boolean",
"quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa]",
@@ -313386,7 +313404,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa"
]
@@ -313394,7 +313412,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"isSaInitiator": "System.Boolean",
"localTrafficSelectors": "System.Collections.Generic.List`1[System.String]",
@@ -313443,7 +313461,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.String",
"LocalizedValue": "System.String"
@@ -313481,7 +313499,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace",
"BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings",
@@ -313535,7 +313553,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365PolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BreakOutCategories": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies"
},
@@ -313572,7 +313590,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSO365BreakOutCategoryPolicies, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Allow": "System.Nullable`1[System.Boolean]",
"Optimize": "System.Nullable`1[System.Boolean]",
@@ -313611,7 +313629,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkSpeedInMbps": "System.Int32",
"DeviceVendor": "System.String",
@@ -313650,7 +313668,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink"
]
@@ -313658,7 +313676,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings",
"LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties",
@@ -313703,7 +313721,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Asn": "System.Nullable`1[System.Int64]",
"BgpPeeringAddress": "System.String"
@@ -313741,7 +313759,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkSpeedInMbps": "System.Int32",
"LinkProviderName": "System.String"
@@ -313779,7 +313797,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AadTenant": "System.String",
"AadAudience": "System.String",
@@ -313818,7 +313836,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSClientCertificate"
]
@@ -313826,7 +313844,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Thumbprint": "System.String"
@@ -313864,7 +313882,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate"
]
@@ -313872,7 +313890,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"PublicCertData": "System.String"
@@ -313910,7 +313928,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection"
]
@@ -313918,7 +313936,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"UseLocalAzureIpAddress": "System.Boolean",
@@ -313975,7 +313993,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnConnection"
]
@@ -313983,7 +314001,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId",
"RoutingConfiguration": "Microsoft.Azure.Commands.Network.Models.PSRoutingConfiguration",
@@ -314039,7 +314057,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration"
]
@@ -314047,7 +314065,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"PublicIpAddress": "System.String",
@@ -314086,7 +314104,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule"
]
@@ -314094,7 +314112,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -314145,7 +314163,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaMainModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"isSaInitiator": "System.Boolean",
"quickModeSa": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa]",
@@ -314194,7 +314212,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa"
]
@@ -314202,7 +314220,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.Cortex.PSVpnSiteLinkConnectionIkeSaQuickModeSa, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"isSaInitiator": "System.Boolean",
"localTrafficSelectors": "System.Collections.Generic.List`1[System.String]",
@@ -314251,7 +314269,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult"
]
@@ -314259,7 +314277,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile",
"NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult"
@@ -314297,7 +314315,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Direction": "System.String",
"Protocol": "System.String",
@@ -314338,7 +314356,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]",
"SecurityRuleAccessResult": "System.String",
@@ -314377,7 +314395,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup"
]
@@ -314385,7 +314403,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.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]",
@@ -314426,7 +314444,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleName": "System.String",
"Action": "System.String"
@@ -314464,7 +314482,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult"
]
@@ -314472,7 +314490,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtocolMatched": "System.Boolean",
"SourceMatched": "System.Boolean",
@@ -314514,7 +314532,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol"
]
@@ -314522,7 +314540,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProtocolType": "System.String",
"Port": "System.UInt32"
@@ -314570,7 +314588,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"RuleType": "System.String"
@@ -314608,7 +314626,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Protocols": "System.Collections.Generic.List`1[System.String]",
"SourceAddresses": "System.Collections.Generic.List`1[System.String]",
@@ -314669,7 +314687,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSHTTPHeader"
]
@@ -314677,7 +314695,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "System.String",
"Value": "System.String"
@@ -314739,7 +314757,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=4.16.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=4.17.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Network.Models.PSConnectivityHop"
]
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.PowerBIEmbedded.json b/tools/Tools.Common/SerializedCmdlets/Az.PowerBIEmbedded.json
index 6eba81bfe5a0..b6b9c4d9e10c 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.PowerBIEmbedded.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.PowerBIEmbedded.json
@@ -1,5 +1,6 @@
{
- "ProcessedTypes": {},
+ "ModuleName": "Az.PowerBIEmbedded",
+ "ModuleVersion": "1.2.0",
"Cmdlets": [
{
"VerbName": "Get",
@@ -8,7 +9,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.GetAzurePowerBIEmbeddedCapacity",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "ByCapacityOrResourceGroupOrSubscription",
"OutputTypes": [
@@ -29,17 +29,13 @@
"Sku": "System.String",
"Tier": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -54,7 +50,6 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
@@ -66,8 +61,7 @@
"Name": "capacity",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
@@ -79,56 +73,29 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -147,21 +114,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -172,20 +126,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -196,20 +141,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -234,21 +170,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -264,20 +187,11 @@
{
"ParameterMetadata": {
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -302,21 +216,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -346,21 +247,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -370,8 +258,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Get",
@@ -380,7 +267,6 @@
"ClassName": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.GetWorkspace",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -394,8 +280,6 @@
"Name": "System.String",
"Type": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Create",
@@ -409,12 +293,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -429,15 +311,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -449,20 +328,11 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -474,16 +344,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -502,21 +364,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -527,20 +376,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -558,16 +398,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -592,21 +424,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -616,8 +435,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Get",
@@ -626,7 +444,6 @@
"ClassName": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.GetWorkspaceCollection",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -640,8 +457,6 @@
"Id": "System.String",
"Location": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Create",
@@ -655,12 +470,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -675,15 +488,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -695,20 +505,11 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -720,16 +521,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -748,21 +541,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -773,20 +553,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -811,21 +582,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -841,20 +599,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -872,16 +621,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -906,21 +647,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -950,21 +678,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -974,8 +689,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Get",
@@ -984,7 +698,6 @@
"ClassName": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.GetWorkspaceCollectionAccessKeys",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -997,8 +710,6 @@
"KeyName": "System.String",
"Value": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CreateList",
@@ -1012,12 +723,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -1032,15 +741,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -1052,20 +758,11 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -1077,16 +774,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -1105,21 +794,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -1130,20 +806,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1161,16 +828,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1195,21 +854,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1231,7 +877,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.NewPowerBIEmbeddedCapacity",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -1252,17 +897,13 @@
"Sku": "System.String",
"Tier": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -1277,7 +918,6 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
@@ -1289,8 +929,7 @@
"Name": "capacity",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
@@ -1302,70 +941,37 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Location",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -1373,46 +979,29 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -1431,21 +1020,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -1456,20 +1032,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1480,20 +1047,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1504,20 +1062,11 @@
{
"ParameterMetadata": {
"Name": "Location",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -1528,16 +1077,10 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -1545,10 +1088,10 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1559,20 +1102,12 @@
{
"ParameterMetadata": {
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": true,
@@ -1583,20 +1118,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1621,21 +1147,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1645,8 +1158,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "New",
@@ -1655,7 +1167,6 @@
"ClassName": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.NewWorkspaceCollection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -1669,8 +1180,6 @@
"Id": "System.String",
"Location": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Create",
@@ -1684,12 +1193,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -1704,15 +1211,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -1724,20 +1228,11 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -1749,34 +1244,17 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Location",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -1795,21 +1273,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -1820,20 +1285,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1851,16 +1307,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1871,20 +1319,11 @@
{
"ParameterMetadata": {
"Name": "Location",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -1909,21 +1348,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -1933,8 +1359,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Remove",
@@ -1943,7 +1368,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.RemovePowerBIEmbeddedCapacity",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "ByNameAndResourceGroup",
"OutputTypes": [
@@ -1964,17 +1388,13 @@
"Sku": "System.String",
"Tier": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -1989,7 +1409,6 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
@@ -2001,8 +1420,7 @@
"Name": "capacity",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
@@ -2014,61 +1432,33 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -2084,70 +1474,17 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -2166,21 +1503,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -2191,20 +1515,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2215,20 +1530,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -2239,20 +1545,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2277,21 +1574,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2307,20 +1591,11 @@
{
"ParameterMetadata": {
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2331,20 +1606,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2369,21 +1635,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2399,7 +1652,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -2415,52 +1667,8 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2471,20 +1679,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2509,21 +1708,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2539,20 +1725,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2577,21 +1754,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2601,8 +1765,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Remove",
@@ -2611,7 +1774,6 @@
"ClassName": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.RemoveWorkspaceCollection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -2619,12 +1781,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -2634,20 +1791,11 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -2659,16 +1807,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -2687,21 +1827,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -2712,20 +1839,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2743,16 +1861,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -2777,21 +1887,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -2801,8 +1898,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Reset",
@@ -2811,7 +1907,6 @@
"ClassName": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.WorkspaceCollection.ResetWorkspaceCollectionAccessKeys",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -2824,8 +1919,6 @@
"KeyName": "System.String",
"Value": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CreateList",
@@ -2839,12 +1932,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -2859,15 +1950,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -2879,20 +1967,11 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -2904,52 +1983,26 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Key1",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Key2",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -2968,21 +2021,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -2993,20 +2033,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3024,16 +2055,8 @@
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3044,20 +2067,11 @@
{
"ParameterMetadata": {
"Name": "Key1",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3068,20 +2082,11 @@
{
"ParameterMetadata": {
"Name": "Key2",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3106,21 +2111,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3142,7 +2134,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.ResumeAzurePowerBIEmbeddedCapacity",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "ByNameAndResourceGroup",
"OutputTypes": [
@@ -3163,17 +2154,13 @@
"Sku": "System.String",
"Tier": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -3188,7 +2175,6 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
@@ -3200,8 +2186,7 @@
"Name": "capacity",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
@@ -3213,61 +2198,33 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -3283,70 +2240,17 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -3365,21 +2269,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -3390,20 +2281,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3414,20 +2296,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -3438,20 +2311,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3476,21 +2340,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3506,20 +2357,11 @@
{
"ParameterMetadata": {
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3530,20 +2372,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3568,21 +2401,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3598,7 +2418,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -3614,52 +2433,8 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -3670,20 +2445,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3708,21 +2474,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3738,20 +2491,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3776,21 +2520,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -3800,8 +2531,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Suspend",
@@ -3810,7 +2540,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.SuspendAzurePowerBIEmbeddedCapacity",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "ByNameAndResourceGroup",
"OutputTypes": [
@@ -3831,17 +2560,13 @@
"Sku": "System.String",
"Tier": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -3856,7 +2581,6 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
@@ -3868,8 +2592,7 @@
"Name": "capacity",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
@@ -3881,61 +2604,33 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -3951,70 +2646,17 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -4033,21 +2675,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -4058,20 +2687,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4082,20 +2702,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -4106,20 +2717,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4144,21 +2746,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4174,20 +2763,11 @@
{
"ParameterMetadata": {
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4198,20 +2778,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4236,21 +2807,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4266,7 +2824,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -4282,52 +2839,8 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4338,20 +2851,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4376,21 +2880,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4406,20 +2897,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4444,21 +2926,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4468,8 +2937,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Test",
@@ -4478,7 +2946,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.TestAzurePowerBIEmbeddedCapacity",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
- "HasForceSwitch": null,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
@@ -4486,12 +2953,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -4501,20 +2963,11 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
@@ -4533,21 +2986,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -4558,20 +2998,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4596,21 +3027,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -4620,8 +3038,7 @@
}
]
}
- ],
- "AliasList": []
+ ]
},
{
"VerbName": "Update",
@@ -4630,7 +3047,6 @@
"ClassName": "Microsoft.Azure.Commands.PowerBI.UpdateAzurePowerBIEmbeddedCapacity",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
- "HasForceSwitch": true,
"SupportsPaging": false,
"DefaultParameterSetName": "ByNameAndResourceGroup",
"OutputTypes": [
@@ -4651,17 +3067,13 @@
"Sku": "System.String",
"Tier": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
@@ -4676,7 +3088,6 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
@@ -4688,8 +3099,7 @@
"Name": "capacity",
"Type": "System.Reflection.RuntimeParameterInfo"
}
- ],
- "ReturnType": null
+ ]
}
]
},
@@ -4701,52 +3111,28 @@
"Parameters": [
{
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -4754,69 +3140,42 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -4832,70 +3191,17 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
{
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
{
@@ -4914,21 +3220,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
}
],
@@ -4939,20 +3232,11 @@
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -4963,20 +3247,11 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -4987,16 +3262,10 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -5004,10 +3273,10 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -5018,20 +3287,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5042,20 +3302,12 @@
{
"ParameterMetadata": {
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5066,20 +3318,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5104,21 +3347,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5134,16 +3364,10 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -5151,10 +3375,10 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -5165,20 +3389,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5189,20 +3404,12 @@
{
"ParameterMetadata": {
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5213,20 +3420,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5251,21 +3449,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5281,20 +3466,11 @@
{
"ParameterMetadata": {
"Name": "ResourceId",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5305,16 +3481,10 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -5322,10 +3492,10 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -5336,20 +3506,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5360,20 +3521,12 @@
{
"ParameterMetadata": {
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5384,20 +3537,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5422,21 +3566,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5452,7 +3583,6 @@
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [],
"Type": {
"Namespace": "Microsoft.Azure.Commands.PowerBI.Models",
"Name": "Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity",
@@ -5468,52 +3598,8 @@
"State": "System.String",
"Sku": "System.String",
"Tier": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "GetType",
- "Parameters": [],
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ],
- "ReturnType": null
- }
- ]
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
@@ -5524,16 +3610,10 @@
{
"ParameterMetadata": {
"Name": "Sku",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateSet": [
"A1",
@@ -5541,10 +3621,10 @@
"A3",
"A4",
"A5",
- "A6"
+ "A6",
+ "A7",
+ "A8"
],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -5555,20 +3635,11 @@
{
"ParameterMetadata": {
"Name": "Tag",
- "AliasList": [],
"Type": {
"Namespace": "System.Collections",
"Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5579,20 +3650,12 @@
{
"ParameterMetadata": {
"Name": "Administrator",
- "AliasList": [],
"Type": {
"Namespace": "System",
"Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.String",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5603,20 +3666,11 @@
{
"ParameterMetadata": {
"Name": "PassThru",
- "AliasList": [],
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5641,21 +3695,8 @@
"Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
"Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
"Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [
- {
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "System.Void"
- }
- ],
- "Constructors": []
+ }
},
- "ValidateSet": [],
- "ValidateRangeMin": null,
- "ValidateRangeMax": null,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5665,185 +3706,73 @@
}
]
}
- ],
- "AliasList": []
+ ]
}
],
"TypeDictionary": {
"System.String": {
- "Namespace": null,
- "Name": "System.String",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.String"
},
"System.Boolean": {
- "Namespace": null,
- "Name": "System.Boolean",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Boolean"
},
"System.Byte": {
- "Namespace": null,
- "Name": "System.Byte",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Byte"
},
"System.SByte": {
- "Namespace": null,
- "Name": "System.SByte",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.SByte"
},
"System.Int16": {
- "Namespace": null,
- "Name": "System.Int16",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int16"
},
"System.UInt16": {
- "Namespace": null,
- "Name": "System.UInt16",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt16"
},
"System.Int32": {
- "Namespace": null,
- "Name": "System.Int32",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int32"
},
"System.UInt32": {
- "Namespace": null,
- "Name": "System.UInt32",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt32"
},
"System.Int64": {
- "Namespace": null,
- "Name": "System.Int64",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Int64"
},
"System.UInt64": {
- "Namespace": null,
- "Name": "System.UInt64",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.UInt64"
},
"System.Single": {
- "Namespace": null,
- "Name": "System.Single",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Single"
},
"System.Double": {
- "Namespace": null,
- "Name": "System.Double",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Double"
},
"System.Decimal": {
- "Namespace": null,
- "Name": "System.Decimal",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Decimal"
},
"System.Char": {
- "Namespace": null,
- "Name": "System.Char",
- "AssemblyQualifiedName": null,
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "Name": "System.Char"
},
"System.Collections.Generic.IDictionary`2[System.String,System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Collections.Generic.List`1[System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Type": {
"Namespace": "System",
"Name": "System.Type",
- "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -5856,11 +3785,7 @@
"Tenant": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant",
"TokenCache": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache",
"VersionProfile": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -5871,11 +3796,7 @@
"Id": "System.String",
"Credential": "System.String",
"Type": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -5905,23 +3826,15 @@
"ServiceManagementUrl": "System.String",
"StorageEndpointSuffix": "System.String",
"ContainerRegistryEndpointSuffix": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"System.Collections.Generic.IList`1[System.String]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[System.String]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -5931,11 +3844,7 @@
"Id": "System.String",
"Name": "System.String",
"State": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -5943,11 +3852,7 @@
"AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTenant, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
- },
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ }
},
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache": {
"Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions",
@@ -5956,72 +3861,47 @@
"Properties": {
"CacheData": "System.Byte[]"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Clear",
- "Parameters": [],
"ReturnType": "System.Void"
}
- ],
- "Constructors": []
+ ]
},
"System.Byte[]": {
"Namespace": "System",
"Name": "System.Byte[]",
- "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": "System.Byte",
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.Byte"
},
"System.Void": {
"Namespace": "System",
"Name": "System.Void",
- "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
- "GenericTypeArguments": [],
- "Methods": [],
- "Constructors": []
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspace": {
"Namespace": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models",
@@ -6032,8 +3912,6 @@
"Name": "System.String",
"Type": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Create",
@@ -6047,12 +3925,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -6067,15 +3943,12 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
@@ -6088,8 +3961,6 @@
"Id": "System.String",
"Location": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "Create",
@@ -6103,12 +3974,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -6123,29 +3992,22 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
},
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollectionAccessKey]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollectionAccessKey]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollectionAccessKey, Microsoft.Azure.PowerShell.Cmdlets.PowerBIEmbedded, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "Properties": {},
- "ElementType": null,
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollectionAccessKey, Microsoft.Azure.PowerShell.Cmdlets.PowerBIEmbedded, Version=1.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollectionAccessKey"
- ],
- "Methods": [],
- "Constructors": []
+ ]
},
"Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollectionAccessKey": {
"Namespace": "Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models",
@@ -6155,8 +4017,6 @@
"KeyName": "System.String",
"Value": "System.String"
},
- "ElementType": null,
- "GenericTypeArguments": [],
"Methods": [
{
"Name": "CreateList",
@@ -6170,12 +4030,10 @@
},
{
"Name": "ToString",
- "Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "GetType",
- "Parameters": [],
"ReturnType": "System.Type"
},
{
@@ -6190,17 +4048,14 @@
},
{
"Name": "GetHashCode",
- "Parameters": [],
"ReturnType": "System.Int32"
}
],
"Constructors": [
{
- "Name": "",
- "Parameters": [],
- "ReturnType": null
+ "Name": ""
}
]
}
}
-}
+}
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json b/tools/Tools.Common/SerializedCmdlets/Az.RecoveryServices.json
index b55dd5208ea1..71da1038dc6e 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": "5.4.0",
+ "ModuleVersion": "5.4.1",
"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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -88,7 +88,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery",
"Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -136,7 +136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery",
"Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -184,7 +184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery",
"Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -238,7 +238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery",
"Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -310,7 +310,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -367,7 +367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -398,7 +398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -451,7 +451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -494,7 +494,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -628,7 +628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -647,7 +647,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -696,7 +696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -721,7 +721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -822,7 +822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -847,7 +847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -954,7 +954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -971,7 +971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -980,7 +980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1033,7 +1033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -1056,7 +1056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1071,7 +1071,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -1154,7 +1154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -1211,7 +1211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -1292,7 +1292,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -1415,7 +1415,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -1470,7 +1470,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -1532,7 +1532,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -1624,7 +1624,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -1697,7 +1697,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -1726,7 +1726,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
"StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
@@ -1742,7 +1742,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
"StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
@@ -1761,7 +1761,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": false
@@ -1774,7 +1774,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": false
@@ -1813,7 +1813,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -1945,7 +1945,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
"StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
@@ -1970,7 +1970,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -2027,7 +2027,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
"StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
@@ -2052,7 +2052,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": false
@@ -2071,7 +2071,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -2128,7 +2128,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
"StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
@@ -2153,7 +2153,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": false
@@ -2172,7 +2172,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -2253,7 +2253,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -2270,7 +2270,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2279,7 +2279,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2288,7 +2288,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -2347,7 +2347,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -2370,7 +2370,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2385,7 +2385,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -2400,7 +2400,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -2489,7 +2489,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -2546,7 +2546,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -2570,7 +2570,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -2614,7 +2614,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -2715,7 +2715,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -2859,7 +2859,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -3003,7 +3003,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -3100,7 +3100,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -3167,7 +3167,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -3190,7 +3190,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -3257,7 +3257,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -3359,7 +3359,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -3433,7 +3433,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]",
"EmailSubscriptionOwner": "System.String",
@@ -3558,7 +3558,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREvent, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificEventDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails",
"EventSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails",
@@ -3659,7 +3659,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -3989,7 +3989,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -4156,7 +4156,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -4393,7 +4393,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -4471,7 +4471,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -4621,7 +4621,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -4832,7 +4832,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -4891,7 +4891,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -4953,7 +4953,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -5008,7 +5008,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -5078,7 +5078,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -5189,7 +5189,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails",
"ID": "System.String",
@@ -5262,7 +5262,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -5279,7 +5279,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -5338,7 +5338,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -5407,7 +5407,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -5503,7 +5503,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -5739,7 +5739,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -5851,7 +5851,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -5912,7 +5912,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -5984,7 +5984,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6071,7 +6071,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6143,7 +6143,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6200,7 +6200,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6298,7 +6298,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6386,7 +6386,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -6445,7 +6445,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -6515,7 +6515,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -6570,7 +6570,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -6666,7 +6666,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -6741,7 +6741,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6802,7 +6802,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6859,7 +6859,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -6957,7 +6957,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -7244,7 +7244,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -7311,7 +7311,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -7400,7 +7400,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -7485,7 +7485,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -7611,7 +7611,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -7719,7 +7719,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -7739,7 +7739,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -7806,7 +7806,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -7878,7 +7878,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -7935,7 +7935,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -7992,7 +7992,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -8096,7 +8096,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -8176,7 +8176,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8235,7 +8235,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8305,7 +8305,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8360,7 +8360,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8456,7 +8456,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -8521,7 +8521,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8580,7 +8580,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8650,7 +8650,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8705,7 +8705,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -8801,7 +8801,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -8858,7 +8858,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -8913,7 +8913,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -8964,7 +8964,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -9056,7 +9056,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceName": "System.String",
"ResourceGroupName": "System.String",
@@ -9180,7 +9180,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastHeartbeat": "System.Nullable`1[System.DateTime]",
"FriendlyName": "System.String",
@@ -9252,7 +9252,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -9351,7 +9351,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -9421,7 +9421,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -9517,7 +9517,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -9574,7 +9574,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -9616,7 +9616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -9660,7 +9660,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -9726,7 +9726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models",
"Name": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerRegistrationStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -9794,7 +9794,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -9881,7 +9881,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -9895,7 +9895,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureVM",
@@ -9911,7 +9911,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -9935,7 +9935,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -9944,7 +9944,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -9953,7 +9953,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureVM",
@@ -9970,7 +9970,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10032,7 +10032,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -10052,7 +10052,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureVM",
@@ -10090,7 +10090,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10105,7 +10105,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10120,7 +10120,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10211,7 +10211,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureVM",
@@ -10233,7 +10233,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureVM",
@@ -10271,7 +10271,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10286,7 +10286,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10301,7 +10301,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10392,7 +10392,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -10428,7 +10428,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10443,7 +10443,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10458,7 +10458,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10564,7 +10564,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10579,7 +10579,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemProtectionState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10594,7 +10594,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemDeleteState, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10692,7 +10692,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -10749,7 +10749,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus"
]
@@ -10761,7 +10761,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation"
]
@@ -10806,7 +10806,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -10826,7 +10826,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -10889,7 +10889,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus"
]
@@ -10907,7 +10907,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation"
]
@@ -10976,7 +10976,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -11002,7 +11002,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -11095,7 +11095,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -11152,7 +11152,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -11225,7 +11225,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -11456,7 +11456,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"BackupEngineType": "System.String",
@@ -11625,7 +11625,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CrossRegionRestore": "System.Boolean",
"BackupStorageRedundancy": "System.String"
@@ -11671,7 +11671,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -11716,7 +11716,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -11782,7 +11782,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -11850,7 +11850,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -11873,7 +11873,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -11882,7 +11882,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -11944,7 +11944,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -11964,7 +11964,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12025,7 +12025,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -12045,7 +12045,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12060,7 +12060,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12166,7 +12166,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12310,7 +12310,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -12371,7 +12371,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType"
]
@@ -12383,7 +12383,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -12424,7 +12424,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -12495,7 +12495,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12515,7 +12515,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType"
]
@@ -12574,7 +12574,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12594,7 +12594,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType"
]
@@ -12612,7 +12612,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -12671,7 +12671,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12732,7 +12732,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12759,7 +12759,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -12814,7 +12814,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -12868,7 +12868,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -12946,7 +12946,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PointInTimeBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StartTime": "System.Nullable`1[System.DateTime]",
"EndTime": "System.Nullable`1[System.DateTime]",
@@ -13017,7 +13017,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13116,7 +13116,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13202,7 +13202,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13356,7 +13356,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13435,7 +13435,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13481,7 +13481,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13499,7 +13499,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultArchive"
@@ -13582,7 +13582,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13607,7 +13607,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13637,7 +13637,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultArchive"
@@ -13716,7 +13716,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13832,7 +13832,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -13857,7 +13857,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13887,7 +13887,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultArchive"
@@ -14034,7 +14034,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Validate",
@@ -14080,7 +14080,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14089,7 +14089,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -14121,7 +14121,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Daily",
@@ -14141,7 +14141,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14156,7 +14156,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -14200,7 +14200,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Daily",
@@ -14232,7 +14232,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RPMountScriptDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Validate",
@@ -14278,7 +14278,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -14340,7 +14340,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -14432,7 +14432,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Validate",
@@ -14478,7 +14478,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14487,7 +14487,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -14519,7 +14519,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Daily",
@@ -14533,7 +14533,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
}
@@ -14548,7 +14548,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14563,7 +14563,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -14607,7 +14607,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"Daily",
@@ -14627,7 +14627,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PSPolicyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14654,7 +14654,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ResourceBackupStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackedUp": "System.Boolean",
"VaultId": "System.String"
@@ -15029,7 +15029,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase",
"PointInTime": "System.DateTime",
@@ -15093,7 +15093,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15120,7 +15120,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15137,7 +15137,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15174,7 +15174,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15197,7 +15197,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15259,7 +15259,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15283,7 +15283,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15306,7 +15306,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15361,7 +15361,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15396,7 +15396,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15496,7 +15496,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15519,7 +15519,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15574,7 +15574,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15609,7 +15609,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15694,7 +15694,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ProtectableItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15717,7 +15717,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15772,7 +15772,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -15807,7 +15807,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -16071,7 +16071,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -16438,7 +16438,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.VaultProperty, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"encryptionProperties": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig",
"StorageModelType": "System.String",
@@ -16586,7 +16586,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultSettingsFilePath, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FilePath": "System.String"
},
@@ -16631,7 +16631,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -16730,7 +16730,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -16861,7 +16861,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -16962,7 +16962,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -17063,7 +17063,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -17141,7 +17141,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceName": "System.String",
"ResourceGroupName": "System.String",
@@ -17286,7 +17286,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -17343,7 +17343,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -17357,7 +17357,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -17410,7 +17410,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -17430,7 +17430,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -17546,7 +17546,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -17565,7 +17565,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -17625,7 +17625,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -17650,7 +17650,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -17702,7 +17702,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -17757,7 +17757,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -17775,7 +17775,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultStandard"
@@ -17787,7 +17787,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultArchive"
@@ -17834,7 +17834,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -17858,7 +17858,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultStandard"
@@ -17876,7 +17876,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointTier, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"VaultArchive"
@@ -17947,7 +17947,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsManagedDisk": "System.Boolean",
"VhdUri": "System.String",
@@ -18534,7 +18534,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -18864,7 +18864,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskId": "System.String",
"LogStorageAccountId": "System.String",
@@ -19106,7 +19106,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskId": "System.String",
"LogStorageAccountId": "System.String",
@@ -19327,7 +19327,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -19414,7 +19414,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -19431,7 +19431,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -19448,7 +19448,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -19475,7 +19475,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -19543,7 +19543,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -19582,7 +19582,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -19713,7 +19713,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -19736,7 +19736,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -19805,7 +19805,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -19899,7 +19899,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -21170,7 +21170,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -21239,7 +21239,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -21316,7 +21316,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -21463,7 +21463,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -21544,7 +21544,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -21606,7 +21606,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -21699,7 +21699,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -21777,7 +21777,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -21794,7 +21794,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -21814,7 +21814,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -21875,7 +21875,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -21898,7 +21898,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -21924,7 +21924,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -21996,7 +21996,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -22019,7 +22019,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -22117,7 +22117,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -22195,7 +22195,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -22213,7 +22213,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -22298,7 +22298,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": true
@@ -22358,7 +22358,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -22382,7 +22382,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -22406,7 +22406,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": true
@@ -22468,7 +22468,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -22526,7 +22526,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": true
@@ -22588,7 +22588,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -22687,7 +22687,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": true
@@ -22822,7 +22822,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -22936,7 +22936,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -22962,7 +22962,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -22972,7 +22972,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput"
},
"ValidateNotNullOrEmpty": true
@@ -23040,7 +23040,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -23095,7 +23095,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -23136,7 +23136,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput"
},
"ValidateNotNullOrEmpty": false
@@ -23146,7 +23146,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -23196,7 +23196,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -23492,7 +23492,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -23539,7 +23539,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -23573,7 +23573,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -23862,7 +23862,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -23972,7 +23972,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -24019,7 +24019,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -24053,7 +24053,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput"
},
"ValidateNotNullOrEmpty": false
@@ -24069,7 +24069,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -24343,7 +24343,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -24453,7 +24453,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -24545,7 +24545,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -24655,7 +24655,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -24998,7 +24998,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -25089,7 +25089,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -25136,7 +25136,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -25246,7 +25246,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -25532,7 +25532,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -25927,7 +25927,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -26037,7 +26037,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -26178,7 +26178,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -26382,7 +26382,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -26492,7 +26492,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificVMDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails",
"ProtectionReadinessErrors": "System.Collections.Generic.IList`1[System.String]",
@@ -26524,7 +26524,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput"
},
"ValidateNotNullOrEmpty": true
@@ -26634,7 +26634,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -26808,7 +26808,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -26918,7 +26918,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -27023,7 +27023,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -27101,7 +27101,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -27115,7 +27115,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -27170,7 +27170,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -27190,7 +27190,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FriendlyName": "System.String",
"Id": "System.String",
@@ -27282,7 +27282,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -27351,7 +27351,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -27378,7 +27378,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -27435,7 +27435,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -27474,7 +27474,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -27564,7 +27564,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReuseExistingNic": "System.Boolean",
"EnableAcceleratedNetworkingOnRecovery": "System.Boolean",
@@ -27631,7 +27631,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -27787,7 +27787,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails"
},
"ValidateNotNullOrEmpty": false
@@ -27838,7 +27838,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -28072,7 +28072,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails"
},
"ValidateNotNullOrEmpty": false
@@ -28160,7 +28160,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPrimary": "System.Boolean",
"IsSeletedForFailover": "System.Boolean",
@@ -28554,7 +28554,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -28615,7 +28615,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28624,7 +28624,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -28636,7 +28636,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28645,7 +28645,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28704,7 +28704,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28719,7 +28719,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType"
]
@@ -28737,7 +28737,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28752,7 +28752,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28820,7 +28820,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -29041,7 +29041,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -29107,7 +29107,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -29121,7 +29121,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureWorkload"
@@ -29133,7 +29133,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29201,7 +29201,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureWorkload"
@@ -29219,7 +29219,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29295,7 +29295,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -29315,7 +29315,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureWorkload"
@@ -29333,7 +29333,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29409,7 +29409,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"AzureWorkload"
@@ -29427,7 +29427,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29510,7 +29510,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -29582,7 +29582,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -29638,7 +29638,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -29749,7 +29749,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -29821,7 +29821,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails",
"ID": "System.String",
@@ -29872,7 +29872,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails",
"ID": "System.String",
@@ -29941,7 +29941,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -30013,7 +30013,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -30059,7 +30059,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -30123,7 +30123,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -30195,7 +30195,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -30244,7 +30244,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AvailablePolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy]",
"ProtectionContainerMappings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping]",
@@ -30339,7 +30339,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -30411,7 +30411,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -30473,7 +30473,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -30605,7 +30605,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -30686,7 +30686,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -30781,7 +30781,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -30880,7 +30880,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -30952,7 +30952,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -31047,7 +31047,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -31233,7 +31233,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -31305,7 +31305,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -31402,7 +31402,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -31506,7 +31506,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -31610,7 +31610,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -31705,7 +31705,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -31777,7 +31777,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -31835,7 +31835,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -31963,7 +31963,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -32035,7 +32035,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -32079,7 +32079,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassificationMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -32172,7 +32172,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -32253,7 +32253,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastHeartbeat": "System.Nullable`1[System.DateTime]",
"FriendlyName": "System.String",
@@ -32274,7 +32274,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -32376,7 +32376,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastHeartbeat": "System.Nullable`1[System.DateTime]",
"FriendlyName": "System.String",
@@ -32434,7 +32434,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -32545,7 +32545,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -32606,7 +32606,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -32765,7 +32765,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -33116,7 +33116,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.VaultOperationOutput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Response": "System.String"
},
@@ -33161,7 +33161,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -33206,7 +33206,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -33269,7 +33269,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -33350,7 +33350,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -33452,7 +33452,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -33557,7 +33557,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -33623,7 +33623,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -33641,7 +33641,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase",
"PointInTime": "System.DateTime",
@@ -33685,7 +33685,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -33703,7 +33703,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType"
]
@@ -34024,7 +34024,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -34282,7 +34282,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -34306,7 +34306,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RestoreFSResolveConflictOption, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -34336,7 +34336,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType"
]
@@ -34491,7 +34491,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -34701,7 +34701,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -35049,7 +35049,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -35259,7 +35259,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -35499,7 +35499,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryConfigBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPoint": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase",
"PointInTime": "System.DateTime",
@@ -35639,7 +35639,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -35720,7 +35720,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -35852,7 +35852,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -35993,7 +35993,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAlertSetting, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomEmailAddress": "System.Collections.Generic.IList`1[System.String]",
"EmailSubscriptionOwner": "System.String",
@@ -36426,7 +36426,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -36498,7 +36498,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -36787,7 +36787,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -36896,7 +36896,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig"
},
"ValidateNotNullOrEmpty": false
@@ -36944,7 +36944,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -37383,7 +37383,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -37558,7 +37558,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig"
},
"ValidateNotNullOrEmpty": false
@@ -37630,7 +37630,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceName": "System.String",
"ResourceGroupName": "System.String",
@@ -37687,7 +37687,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -37732,7 +37732,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -37844,7 +37844,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -37863,7 +37863,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType"
]
@@ -37910,7 +37910,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -37935,7 +37935,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType"
]
@@ -38006,7 +38006,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -38063,7 +38063,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -38078,7 +38078,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -38087,7 +38087,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -38149,7 +38149,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -38216,7 +38216,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RetentionPolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -38231,7 +38231,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SchedulePolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -38261,7 +38261,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -38343,7 +38343,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.PolicyBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"WorkloadType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType",
@@ -38696,7 +38696,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -38741,7 +38741,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -39274,7 +39274,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -39343,7 +39343,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -39359,7 +39359,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -39451,7 +39451,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -39473,7 +39473,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -39659,7 +39659,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -39728,7 +39728,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -39748,7 +39748,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -39822,7 +39822,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -39879,7 +39879,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -40006,7 +40006,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -40075,7 +40075,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -40095,7 +40095,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -40169,7 +40169,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -40226,7 +40226,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -40353,7 +40353,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -40422,7 +40422,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -40442,7 +40442,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -40529,7 +40529,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -40619,7 +40619,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -40782,7 +40782,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -40836,7 +40836,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -40980,7 +40980,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -41300,7 +41300,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -41378,7 +41378,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -41498,7 +41498,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -41625,7 +41625,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -41694,7 +41694,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -41715,7 +41715,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -41807,7 +41807,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -41834,7 +41834,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -41990,7 +41990,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -42062,7 +42062,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -42080,7 +42080,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -42121,7 +42121,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -42165,7 +42165,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": true
@@ -42204,7 +42204,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -42228,7 +42228,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -42275,7 +42275,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -42325,7 +42325,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
},
"ValidateNotNullOrEmpty": true
@@ -42413,7 +42413,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -42491,7 +42491,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -42511,7 +42511,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -42655,7 +42655,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -42727,7 +42727,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -42868,7 +42868,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -42937,7 +42937,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -42957,7 +42957,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -43018,7 +43018,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -43075,7 +43075,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -43144,7 +43144,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -43308,7 +43308,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -43334,7 +43334,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -43457,7 +43457,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -43617,7 +43617,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -43690,7 +43690,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -43792,7 +43792,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -43846,7 +43846,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -43869,7 +43869,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -43971,7 +43971,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -44059,7 +44059,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -44252,7 +44252,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -44321,7 +44321,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -44341,7 +44341,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -44432,7 +44432,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -44502,7 +44502,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -44666,7 +44666,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -44720,7 +44720,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RecoveryPointTime": "System.Nullable`1[System.DateTime]",
"ID": "System.String",
@@ -44840,7 +44840,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -45122,7 +45122,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -45203,7 +45203,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -45305,7 +45305,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -45410,7 +45410,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -45467,7 +45467,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -45531,7 +45531,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -45759,7 +45759,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -45778,7 +45778,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -45844,7 +45844,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -45869,7 +45869,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -45906,7 +45906,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -45963,7 +45963,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -46026,7 +46026,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -46119,7 +46119,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -46176,7 +46176,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -46243,7 +46243,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -46346,7 +46346,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"BackupEngineType": "System.String",
@@ -46403,7 +46403,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"BackupEngineType": "System.String",
@@ -46461,7 +46461,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"BackupEngineType": "System.String",
@@ -46549,7 +46549,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -46618,7 +46618,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -46631,7 +46631,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -46705,7 +46705,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -46724,7 +46724,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -46850,7 +46850,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -46922,7 +46922,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails",
"ID": "System.String",
@@ -46944,7 +46944,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -46999,7 +46999,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails",
"ID": "System.String",
@@ -47076,7 +47076,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetworkMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificNetworkMappingDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails",
"ID": "System.String",
@@ -47104,7 +47104,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRNetwork, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"VmNetworkSubnetList": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet]",
"FriendlyName": "System.String",
@@ -47196,7 +47196,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -47322,7 +47322,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -47580,7 +47580,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -47701,7 +47701,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -47837,7 +47837,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -47995,7 +47995,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -48229,7 +48229,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -48350,7 +48350,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -48422,7 +48422,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -48656,7 +48656,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -48735,7 +48735,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -48807,7 +48807,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -48896,7 +48896,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -49005,7 +49005,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -49137,7 +49137,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -49287,7 +49287,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -49300,7 +49300,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.String",
"FreeSpace": "System.String",
@@ -49315,7 +49315,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]",
"RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]",
@@ -49335,7 +49335,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -49376,7 +49376,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -49418,7 +49418,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -49454,7 +49454,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -49464,7 +49464,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -49484,7 +49484,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -49608,7 +49608,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThresholdPercentage": "System.Nullable`1[System.Int32]",
"CapacityInBytes": "System.Nullable`1[System.Int64]",
@@ -49700,7 +49700,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -49719,7 +49719,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.String",
"FreeSpace": "System.String",
@@ -49740,7 +49740,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]",
"RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]",
@@ -49766,7 +49766,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -49813,7 +49813,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -49843,7 +49843,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -49916,7 +49916,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThresholdPercentage": "System.Nullable`1[System.Int32]",
"CapacityInBytes": "System.Nullable`1[System.Int64]",
@@ -49983,7 +49983,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -50002,7 +50002,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMasterTargetServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DataStores": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore]",
"RetentionVolumes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume]",
@@ -50028,7 +50028,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProcessServer, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Updates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate]",
"PSStatsRefreshTime": "System.Nullable`1[System.DateTime]",
@@ -50075,7 +50075,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -50135,7 +50135,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -50254,7 +50254,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -50314,7 +50314,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -50353,7 +50353,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -50502,7 +50502,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -50547,7 +50547,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FabricSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails",
"Name": "System.String",
@@ -50571,7 +50571,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -50720,7 +50720,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -50839,7 +50839,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -50958,7 +50958,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -51018,7 +51018,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -51283,7 +51283,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -51313,7 +51313,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig[], Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig"
},
"ValidateNotNullOrEmpty": true
@@ -51329,7 +51329,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -51579,7 +51579,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -51655,7 +51655,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -51850,7 +51850,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -51922,7 +51922,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -51980,7 +51980,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -52124,7 +52124,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -52196,7 +52196,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -52245,7 +52245,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Connected": "System.Boolean",
"LastHeartbeat": "System.DateTime",
@@ -52343,7 +52343,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Errors": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails]",
"Tasks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask]",
@@ -52424,7 +52424,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastHeartbeat": "System.Nullable`1[System.DateTime]",
"FriendlyName": "System.String",
@@ -52445,7 +52445,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -52545,7 +52545,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRvCenter, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LastHeartbeat": "System.Nullable`1[System.DateTime]",
"FriendlyName": "System.String",
@@ -52572,7 +52572,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRunAsAccount, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccountId": "System.String",
"AccountName": "System.String"
@@ -52681,7 +52681,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
"Identity": "Microsoft.Azure.Management.RecoveryServices.Models.IdentityData",
@@ -52760,7 +52760,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"SystemAssigned",
@@ -52889,7 +52889,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.MSIdentity, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateSet": [
"SystemAssigned",
@@ -53100,7 +53100,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"StartTime": "System.DateTime",
@@ -53332,7 +53332,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails"
]
@@ -53340,7 +53340,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError",
"ServiceErrorDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError",
@@ -53379,7 +53379,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTimeUtc": "System.DateTime",
"ErrorCode": "System.Int32",
@@ -53438,7 +53438,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Code": "System.String",
"Message": "System.String",
@@ -53488,7 +53488,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask"
]
@@ -53496,7 +53496,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRTask, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GroupTaskDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails",
"EndTime": "System.DateTime",
@@ -53548,7 +53548,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRGroupTaskDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Type": "System.String"
},
@@ -53610,7 +53610,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -53700,7 +53700,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError"
]
@@ -53708,7 +53708,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreationTimeUtc": "System.String",
"EntityId": "System.String",
@@ -53766,7 +53766,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails"
]
@@ -53774,7 +53774,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpConfigs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails]",
"EnableAcceleratedNetworkingOnRecovery": "System.Nullable`1[System.Boolean]",
@@ -53969,7 +53969,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRAzuretoAzureDiskReplicationConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsManagedDisk": "System.Boolean",
"VhdUri": "System.String",
@@ -54145,7 +54145,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -54242,7 +54242,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -54329,7 +54329,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -54416,7 +54416,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.String",
"PrivateEndpointStateForBackup": "System.String",
@@ -54580,7 +54580,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup"
]
@@ -54588,7 +54588,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EndGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
"StartGroupActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction]",
@@ -54659,7 +54659,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction"
]
@@ -54667,7 +54667,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanAction, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails",
"FailoverTypes": "System.Collections.Generic.IList`1[System.String]",
@@ -54723,7 +54723,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanActionDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -54856,7 +54856,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem"
]
@@ -54864,7 +54864,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProviderSpecificRPIDetails",
"CurrentScenario": "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails",
@@ -54946,7 +54946,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails"
]
@@ -54954,7 +54954,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryZone": "System.String",
"RecoveryZone": "System.String"
@@ -55002,7 +55002,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Groups": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlanGroup]",
"ReplicationProvider": "System.Collections.Generic.IList`1[System.String]",
@@ -55064,7 +55064,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderType": "System.String"
},
@@ -55096,7 +55096,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASREventSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -55136,7 +55136,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -55234,7 +55234,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificNetworkMappingDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Load",
@@ -55273,7 +55273,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -55307,7 +55307,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabricSpecificVMDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -55341,7 +55341,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk"
]
@@ -55349,7 +55349,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVirtualHardDisk, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Volumes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume]",
"Capacity": "System.Int64",
@@ -55389,7 +55389,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume"
]
@@ -55397,7 +55397,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Label": "System.String",
"Name": "System.String"
@@ -55435,7 +55435,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy"
]
@@ -55443,7 +55443,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicy, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReplicationProviderSettings": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRPolicyProviderSettingsDetails",
"FriendlyName": "System.String",
@@ -55494,7 +55494,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping"
]
@@ -55502,7 +55502,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProviderSpecificDetails": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails",
"HealthErrorDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRHealthError]",
@@ -55560,7 +55560,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMappingProviderSpecificDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "GetType",
@@ -55594,7 +55594,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobStatus, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -55681,7 +55681,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobOperation, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -55768,7 +55768,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.RecoveryPointBase, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"BackupManagementType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType",
"ContainerType": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType",
@@ -55935,7 +55935,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.EncryptionConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UseSystemAssignedIdentity": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -55982,7 +55982,7 @@
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput": {
"Namespace": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery",
"Name": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRInMageRcmDiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskId": "System.String",
"LogStorageAccountId": "System.String",
@@ -56022,7 +56022,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.AsrInMageAzureV2DiskInput, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DiskId": "System.String",
"LogStorageAccountId": "System.String",
@@ -56062,7 +56062,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate"
]
@@ -56070,7 +56070,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRMobilityServiceUpdate, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"OsType": "System.String",
"RebootStatus": "System.String",
@@ -56123,7 +56123,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails"
]
@@ -56131,7 +56131,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSIPConfigInputDetails, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsPrimary": "System.Boolean",
"IsSeletedForFailover": "System.Boolean",
@@ -56178,7 +56178,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.SourceFileType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -56265,7 +56265,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVMNicConfig, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ReuseExistingNic": "System.Boolean",
"EnableAcceleratedNetworkingOnRecovery": "System.Boolean",
@@ -56315,7 +56315,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.AzureRmRecoveryServicesBackupStorageRedundancyType, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -56478,7 +56478,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore"
]
@@ -56486,7 +56486,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRDataStore, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capacity": "System.String",
"FreeSpace": "System.String",
@@ -56532,7 +56532,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume"
]
@@ -56540,7 +56540,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=5.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRetentionVolume, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ThresholdPercentage": "System.Nullable`1[System.Int32]",
"CapacityInBytes": "System.Nullable`1[System.Int64]",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Resources.json b/tools/Tools.Common/SerializedCmdlets/Az.Resources.json
index 0ac7a19794b7..32defa520d29 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.Resources.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.Resources.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.Resources",
- "ModuleVersion": "6.0.0",
+ "ModuleVersion": "6.0.1",
"Cmdlets": [
{
"VerbName": "Export",
@@ -666,7 +666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DoNotApplyToChildScopes": "System.Boolean",
"IsSystemProtected": "System.Boolean",
@@ -2153,7 +2153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -2460,7 +2460,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusMessage": "System.Object",
"Id": "System.String",
@@ -2528,7 +2528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -2668,7 +2668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -2805,7 +2805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -3121,7 +3121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLog, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Log": "System.String",
"DeploymentScriptName": "System.String",
@@ -3200,7 +3200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -3408,7 +3408,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -3531,7 +3531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse",
"Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]",
@@ -6286,7 +6286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PairedRegion": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.PairedRegion]",
"Providers": "System.Collections.Generic.List`1[System.String]",
@@ -7198,7 +7198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -7253,7 +7253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -7490,7 +7490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -7818,7 +7818,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusMessage": "System.Object",
"Id": "System.String",
@@ -7895,7 +7895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -8050,7 +8050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -8184,7 +8184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse",
"Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]",
@@ -11200,7 +11200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSEntityInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSEntityInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSEntityInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ParentDisplayNameChain": "System.Collections.Generic.IList`1[System.String]",
"ParentNameChain": "System.Collections.Generic.IList`1[System.String]",
@@ -11325,7 +11325,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequireAuthorizationForGroupCreation": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -11558,7 +11558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PsManagementGroupNameAvailabilityResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PsManagementGroupNameAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PsManagementGroupNameAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NameAvailable": "System.Nullable`1[System.Boolean]",
"Reason": "System.String",
@@ -11736,7 +11736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -11968,7 +11968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.PsResourceProviderAlias, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Aliases": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.ResourceManager.Models.Alias]",
"Locations": "System.Collections.Generic.IList`1[System.String]",
@@ -12337,7 +12337,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -12849,7 +12849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -13636,7 +13636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -14145,7 +14145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -14932,7 +14932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -15138,7 +15138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FeatureName": "System.String",
"ProviderName": "System.String",
@@ -15398,7 +15398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models",
"Name": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsDataAction": "System.Boolean",
"Operation": "System.String",
@@ -15545,7 +15545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.ResourceManager.Models.SubscriptionFeatureRegistrationProperties",
"Name": "System.String",
@@ -15710,7 +15710,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity",
"Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan",
@@ -16447,7 +16447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -16872,7 +16872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -17197,7 +17197,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusMessage": "System.Object",
"Id": "System.String",
@@ -17389,7 +17389,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse",
"Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]",
@@ -21291,7 +21291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[System.String]",
"Id": "System.String",
@@ -21498,7 +21498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]",
"ZoneMappings": "System.Collections.Hashtable",
@@ -21885,7 +21885,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -23795,7 +23795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -24377,7 +24377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24722,7 +24722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TenantId": "System.String",
"Status": "System.String"
@@ -24838,7 +24838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -25142,7 +25142,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentOperation, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"StatusMessage": "System.Object",
"Id": "System.String",
@@ -25210,7 +25210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -25350,7 +25350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -25484,7 +25484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfOperationResult, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse",
"Changes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]",
@@ -29336,7 +29336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -33487,7 +33487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -33654,7 +33654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -33834,7 +33834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -34014,7 +34014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -34176,7 +34176,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -34290,7 +34290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -34430,7 +34430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -34527,7 +34527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -38872,7 +38872,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequireAuthorizationForGroupCreation": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -39183,7 +39183,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupSubscription, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -39415,7 +39415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -39522,7 +39522,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -39540,7 +39540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -39585,7 +39585,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -39606,7 +39606,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -39636,7 +39636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -39766,7 +39766,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -39790,7 +39790,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -39829,7 +39829,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -39862,7 +39862,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -39910,7 +39910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -39987,7 +39987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -40011,7 +40011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -40126,7 +40126,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -40159,7 +40159,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -40207,7 +40207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -40284,7 +40284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -40399,7 +40399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -40438,7 +40438,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -40471,7 +40471,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -40519,7 +40519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -40596,7 +40596,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -40711,7 +40711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -40750,7 +40750,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -40783,7 +40783,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -40831,7 +40831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -40908,7 +40908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -41023,7 +41023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -41062,7 +41062,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -41095,7 +41095,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -41143,7 +41143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -41220,7 +41220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -41335,7 +41335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -41374,7 +41374,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -41407,7 +41407,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -41455,7 +41455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -41539,7 +41539,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -42262,7 +42262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -42369,7 +42369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -42545,7 +42545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -42690,7 +42690,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -43413,7 +43413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -44968,7 +44968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -45239,7 +45239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -50510,7 +50510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -50670,7 +50670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -50846,7 +50846,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -50992,7 +50992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -51123,7 +51123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -51284,7 +51284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -51396,7 +51396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -51527,7 +51527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -51643,7 +51643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[System.String]",
"Id": "System.String",
@@ -51874,7 +51874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -53945,7 +53945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -54007,7 +54007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -54099,7 +54099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -54239,7 +54239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Tags.Model",
"Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject",
"Id": "System.String",
@@ -54510,7 +54510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -55322,7 +55322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -59552,7 +59552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FeatureName": "System.String",
"ProviderName": "System.String",
@@ -59711,7 +59711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSSubscriptionFeatureRegistration, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Management.ResourceManager.Models.SubscriptionFeatureRegistrationProperties",
"Name": "System.String",
@@ -59876,7 +59876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]",
"ZoneMappings": "System.Collections.Hashtable",
@@ -60123,7 +60123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -60394,7 +60394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -60591,7 +60591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -60687,7 +60687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -60895,7 +60895,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -61804,7 +61804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -61873,7 +61873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -62096,7 +62096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -62382,7 +62382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -62576,7 +62576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequireAuthorizationForGroupCreation": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -63038,7 +63038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -63274,7 +63274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -63495,7 +63495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -64033,7 +64033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -64192,7 +64192,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -64531,7 +64531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -64703,7 +64703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -65241,7 +65241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -65400,7 +65400,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -65565,7 +65565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLinkAssociation, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String",
@@ -68047,7 +68047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[System.String]",
"Id": "System.String",
@@ -68213,7 +68213,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks",
"Name": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PrivateLinks.PSResourceManagementPrivateLink, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnections": "System.Collections.Generic.IList`1[System.String]",
"Id": "System.String",
@@ -68304,7 +68304,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -68471,7 +68471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -69744,7 +69744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -69858,7 +69858,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -70113,7 +70113,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -70313,7 +70313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Tags.Model",
"Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject",
"Id": "System.String",
@@ -70979,7 +70979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -71250,7 +71250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -71444,7 +71444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScriptLogPath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -71519,7 +71519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -71805,7 +71805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Status": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity",
@@ -71973,7 +71973,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -72030,7 +72030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -72206,7 +72206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -72403,7 +72403,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -72469,7 +72469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -72660,7 +72660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -73063,7 +73063,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplatePath, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Path": "System.String"
},
@@ -73120,7 +73120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -73296,7 +73296,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -74774,7 +74774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -74938,7 +74938,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -74950,7 +74950,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -74971,7 +74971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -74993,7 +74993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -75168,7 +75168,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -75186,7 +75186,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -75219,7 +75219,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -75432,7 +75432,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -75450,7 +75450,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -75483,7 +75483,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -75696,7 +75696,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -75714,7 +75714,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -75747,7 +75747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -75915,7 +75915,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -75933,7 +75933,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -75966,7 +75966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -76152,7 +76152,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -76170,7 +76170,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -76203,7 +76203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -76404,7 +76404,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -76422,7 +76422,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -76455,7 +76455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -76656,7 +76656,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -76674,7 +76674,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -76707,7 +76707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -76784,7 +76784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
"Identity": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
@@ -76903,7 +76903,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode"
]
@@ -76921,7 +76921,7 @@
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType"
]
@@ -76954,7 +76954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"ValidateNotNullOrEmpty": false
@@ -77038,7 +77038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -77191,7 +77191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -78104,7 +78104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
"Name": "System.String",
@@ -78286,7 +78286,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -78445,7 +78445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -79078,7 +79078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemption, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
"SystemData": "System.Management.Automation.PSObject",
@@ -79284,7 +79284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -79428,7 +79428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -80350,7 +80350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinition, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
"Name": "System.String",
@@ -80545,7 +80545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity",
"Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan",
@@ -80785,7 +80785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity",
"Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan",
@@ -82046,7 +82046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Hashtable",
"ResourceGroupName": "System.String",
@@ -82498,7 +82498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -82658,7 +82658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -82834,7 +82834,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -82980,7 +82980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -83111,7 +83111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -83272,7 +83272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -83384,7 +83384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -83515,7 +83515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -83631,7 +83631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -83697,7 +83697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -83817,7 +83817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CanDelegate": "System.Boolean",
"RoleAssignmentName": "System.String",
@@ -83946,7 +83946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -84008,7 +84008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -84100,7 +84100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsCustom": "System.Boolean",
"Actions": "System.Collections.Generic.List`1[System.String]",
@@ -84195,7 +84195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Versions": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -85578,7 +85578,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSBackfillStatus, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TenantId": "System.String",
"Status": "System.String"
@@ -85732,7 +85732,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -85964,7 +85964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -86178,7 +86178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -86425,7 +86425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -86906,7 +86906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -87138,7 +87138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeployment, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode",
"OnErrorDeployment": "Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended",
@@ -87302,7 +87302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]",
"Code": "System.String",
@@ -89770,7 +89770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]",
"Code": "System.String",
@@ -92499,7 +92499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]",
"Code": "System.String",
@@ -95438,7 +95438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]",
"Code": "System.String",
@@ -97903,7 +97903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"FeatureName": "System.String",
"ProviderName": "System.String",
@@ -98217,7 +98217,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]",
"ZoneMappings": "System.Collections.Hashtable",
@@ -98402,7 +98402,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98466,7 +98466,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98538,7 +98538,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98566,7 +98566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98609,7 +98609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98668,7 +98668,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98790,7 +98790,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"UpdatedTime": "System.Nullable`1[System.DateTime]",
@@ -98966,7 +98966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSHierarchySettings, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequireAuthorizationForGroupCreation": "System.Nullable`1[System.Boolean]",
"Id": "System.String",
@@ -99277,7 +99277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Tags.Model",
"Name": "Microsoft.Azure.Commands.Tags.Model.PSTagResource",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagResource, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject",
"Id": "System.String",
@@ -99344,7 +99344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Tags.Model",
"Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -99409,7 +99409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.Tags.Model",
"Name": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.TagPatchOperation, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -99551,7 +99551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -99561,7 +99561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -99687,7 +99687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -99703,7 +99703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -99864,7 +99864,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -99880,7 +99880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100041,7 +100041,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100057,7 +100057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100201,7 +100201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -100270,7 +100270,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100280,7 +100280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100398,7 +100398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100414,7 +100414,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100561,7 +100561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100577,7 +100577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100674,7 +100674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -100761,7 +100761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100777,7 +100777,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100924,7 +100924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -100940,7 +100940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101037,7 +101037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -101124,7 +101124,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101140,7 +101140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101287,7 +101287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101303,7 +101303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101419,7 +101419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101435,7 +101435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101523,7 +101523,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"Key": "System.Byte[]",
@@ -101543,7 +101543,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"EndDateTime": "System.Nullable`1[System.DateTime]",
@@ -101595,7 +101595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -101667,7 +101667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101677,7 +101677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101773,7 +101773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101789,7 +101789,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101905,7 +101905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -101921,7 +101921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102037,7 +102037,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102053,7 +102053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102119,7 +102119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -102209,7 +102209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102225,7 +102225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102326,7 +102326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102342,7 +102342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102415,7 +102415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IMicrosoftGraphFederatedIdentityCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"Issuer": "System.String",
@@ -102453,7 +102453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -102605,7 +102605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102615,7 +102615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102754,7 +102754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -102770,7 +102770,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103008,7 +103008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103024,7 +103024,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103105,7 +103105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -103232,7 +103232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103248,7 +103248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103314,7 +103314,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -103532,7 +103532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103548,7 +103548,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103680,7 +103680,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103696,7 +103696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103769,7 +103769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -103982,7 +103982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -103992,7 +103992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104149,7 +104149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104165,7 +104165,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104358,7 +104358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104374,7 +104374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104536,7 +104536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104552,7 +104552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104775,7 +104775,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104791,7 +104791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104971,7 +104971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -104987,7 +104987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105164,7 +105164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105180,7 +105180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105360,7 +105360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105376,7 +105376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105553,7 +105553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105569,7 +105569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105642,7 +105642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MicrosoftGraphApplicationApiPermission",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MicrosoftGraphApplicationApiPermission, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.MicrosoftGraphApplicationApiPermission, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApiId": "System.Nullable`1[System.Guid]",
"Id": "System.Nullable`1[System.Guid]",
@@ -105707,7 +105707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105717,7 +105717,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105813,7 +105813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105829,7 +105829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105930,7 +105930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -105946,7 +105946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106062,7 +106062,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106078,7 +106078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106171,7 +106171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -106308,7 +106308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106318,7 +106318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106482,7 +106482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106498,7 +106498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106737,7 +106737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106753,7 +106753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106961,7 +106961,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -106977,7 +106977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107188,7 +107188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107204,7 +107204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107382,7 +107382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107398,7 +107398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107491,7 +107491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedDateTime": "System.Nullable`1[System.DateTime]",
"DisplayName": "System.String",
@@ -107598,7 +107598,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -107661,7 +107661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107671,7 +107671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107876,7 +107876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -107892,7 +107892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108101,7 +108101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108117,7 +108117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108341,7 +108341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108357,7 +108357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108423,7 +108423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -108612,7 +108612,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108628,7 +108628,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108701,7 +108701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -108845,7 +108845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -108965,7 +108965,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -108975,7 +108975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109133,7 +109133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109149,7 +109149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109311,7 +109311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109327,7 +109327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109550,7 +109550,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109566,7 +109566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109747,7 +109747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109763,7 +109763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109940,7 +109940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109956,7 +109956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110136,7 +110136,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110152,7 +110152,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110218,7 +110218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -110369,7 +110369,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110385,7 +110385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110565,7 +110565,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110581,7 +110581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110654,7 +110654,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"Key": "System.Byte[]",
@@ -110674,7 +110674,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"EndDateTime": "System.Nullable`1[System.DateTime]",
@@ -110726,7 +110726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -110804,7 +110804,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110814,7 +110814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110910,7 +110910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -110926,7 +110926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111042,7 +111042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111058,7 +111058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111174,7 +111174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111190,7 +111190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111256,7 +111256,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -111352,7 +111352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111368,7 +111368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111469,7 +111469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111485,7 +111485,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111561,7 +111561,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
"PasswordProfile": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
@@ -111734,7 +111734,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111744,7 +111744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111929,7 +111929,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -111945,7 +111945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112138,7 +112138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112154,7 +112154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112347,7 +112347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112363,7 +112363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112559,7 +112559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112575,7 +112575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112814,7 +112814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112830,7 +112830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -112993,7 +112993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113009,7 +113009,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113175,7 +113175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113191,7 +113191,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113354,7 +113354,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113370,7 +113370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113443,7 +113443,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentSchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentSchedule, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentSchedule, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AssignmentType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType]",
"MemberType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType]",
@@ -113507,7 +113507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -113559,7 +113559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113569,7 +113569,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113679,7 +113679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113695,7 +113695,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113825,7 +113825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113841,7 +113841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113907,7 +113907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -113968,7 +113968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -113984,7 +113984,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114084,7 +114084,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114100,7 +114100,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114173,7 +114173,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleInstance, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleInstance, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AssignmentType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType]",
"MemberType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType]",
@@ -114238,7 +114238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -114290,7 +114290,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114300,7 +114300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114410,7 +114410,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114426,7 +114426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114556,7 +114556,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114572,7 +114572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114638,7 +114638,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -114699,7 +114699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114715,7 +114715,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114815,7 +114815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114831,7 +114831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -114904,7 +114904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
"RequestType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType]",
@@ -114974,7 +114974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -115026,7 +115026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115036,7 +115036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115146,7 +115146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115162,7 +115162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115292,7 +115292,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115308,7 +115308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115374,7 +115374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -115435,7 +115435,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115451,7 +115451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115551,7 +115551,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115567,7 +115567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115640,7 +115640,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilitySchedule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilitySchedule, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilitySchedule, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MemberType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType]",
"PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
@@ -115702,7 +115702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -115754,7 +115754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115764,7 +115764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115874,7 +115874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -115890,7 +115890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116020,7 +116020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116036,7 +116036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116102,7 +116102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -116163,7 +116163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116179,7 +116179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116279,7 +116279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116295,7 +116295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116368,7 +116368,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstance",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstance, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleInstance, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"MemberType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType]",
"PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
@@ -116429,7 +116429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -116481,7 +116481,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116491,7 +116491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116601,7 +116601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116617,7 +116617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116747,7 +116747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116763,7 +116763,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116829,7 +116829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -116890,7 +116890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -116906,7 +116906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117006,7 +117006,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117022,7 +117022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117095,7 +117095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
"RequestType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType]",
@@ -117164,7 +117164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -117216,7 +117216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117226,7 +117226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117336,7 +117336,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117352,7 +117352,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117482,7 +117482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117498,7 +117498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117564,7 +117564,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -117625,7 +117625,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117641,7 +117641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117741,7 +117741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117757,7 +117757,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117830,7 +117830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResource",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResource, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResource, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Name": "System.String",
@@ -117857,7 +117857,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -117909,7 +117909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -117919,7 +117919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118026,7 +118026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118042,7 +118042,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118108,7 +118108,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -118184,7 +118184,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118200,7 +118200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118315,7 +118315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118331,7 +118331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118404,7 +118404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EffectiveRule": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
"Rule": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
@@ -118457,7 +118457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -118500,7 +118500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118510,7 +118510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118620,7 +118620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118636,7 +118636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118751,7 +118751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118767,7 +118767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118833,7 +118833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -118894,7 +118894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -118910,7 +118910,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119010,7 +119010,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119026,7 +119026,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119099,7 +119099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyLastModifiedDateTime": "System.Nullable`1[System.DateTime]",
"Id": "System.String",
@@ -119153,7 +119153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -119196,7 +119196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119206,7 +119206,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119316,7 +119316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119332,7 +119332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119447,7 +119447,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119463,7 +119463,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119529,7 +119529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -119590,7 +119590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119606,7 +119606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119706,7 +119706,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119722,7 +119722,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -119795,7 +119795,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"Key": "System.Byte[]",
@@ -119815,7 +119815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"EndDateTime": "System.Nullable`1[System.DateTime]",
@@ -119876,7 +119876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -119886,7 +119886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -119923,7 +119923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -119995,7 +119995,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120005,7 +120005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120161,7 +120161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120177,7 +120177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120261,7 +120261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -120327,7 +120327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120343,7 +120343,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120427,7 +120427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -120493,7 +120493,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120509,7 +120509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120673,7 +120673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120689,7 +120689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120785,7 +120785,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -120890,7 +120890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -120906,7 +120906,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121017,7 +121017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -121122,7 +121122,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121138,7 +121138,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121299,7 +121299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121315,7 +121315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121491,7 +121491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121507,7 +121507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121683,7 +121683,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121699,7 +121699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121860,7 +121860,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121876,7 +121876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -121992,7 +121992,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122008,7 +122008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122074,7 +122074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -122090,7 +122090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -122195,7 +122195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122211,7 +122211,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122277,7 +122277,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -122358,7 +122358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122374,7 +122374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122440,7 +122440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -122521,7 +122521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122537,7 +122537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122603,7 +122603,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -122619,7 +122619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -122724,7 +122724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122740,7 +122740,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122806,7 +122806,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -122887,7 +122887,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122903,7 +122903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -122969,7 +122969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -123050,7 +123050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123066,7 +123066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123139,7 +123139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IMicrosoftGraphFederatedIdentityCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IMicrosoftGraphFederatedIdentityCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Description": "System.String",
"Issuer": "System.String",
@@ -123245,7 +123245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123255,7 +123255,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123438,7 +123438,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123454,7 +123454,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123527,7 +123527,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -123636,7 +123636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -123651,7 +123651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -123661,7 +123661,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -123677,7 +123677,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -123741,7 +123741,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -123751,7 +123751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -123812,7 +123812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -123826,7 +123826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -123849,7 +123849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -123897,7 +123897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -123907,7 +123907,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -123917,7 +123917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -123927,7 +123927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -123987,7 +123987,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -123997,7 +123997,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124126,7 +124126,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -124147,7 +124147,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -124163,7 +124163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -124185,7 +124185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -124291,7 +124291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -124307,7 +124307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -124404,7 +124404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -124424,7 +124424,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -124459,7 +124459,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -124537,7 +124537,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -124553,7 +124553,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -124604,7 +124604,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124620,7 +124620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -124686,7 +124686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -124788,7 +124788,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -124809,7 +124809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -124825,7 +124825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -124847,7 +124847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -124953,7 +124953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -124969,7 +124969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -125066,7 +125066,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -125086,7 +125086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -125121,7 +125121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -125199,7 +125199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -125215,7 +125215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -125266,7 +125266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125282,7 +125282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125348,7 +125348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -125450,7 +125450,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -125471,7 +125471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -125487,7 +125487,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -125509,7 +125509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -125615,7 +125615,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -125631,7 +125631,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -125728,7 +125728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -125748,7 +125748,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -125783,7 +125783,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -125861,7 +125861,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -125877,7 +125877,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -125928,7 +125928,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -125944,7 +125944,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126141,7 +126141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -126162,7 +126162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -126178,7 +126178,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -126200,7 +126200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -126306,7 +126306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -126322,7 +126322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -126419,7 +126419,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -126439,7 +126439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -126474,7 +126474,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -126552,7 +126552,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -126568,7 +126568,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -126619,7 +126619,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126635,7 +126635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -126817,7 +126817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -126838,7 +126838,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -126854,7 +126854,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -126876,7 +126876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -126982,7 +126982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -126998,7 +126998,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -127095,7 +127095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -127115,7 +127115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -127150,7 +127150,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -127228,7 +127228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -127244,7 +127244,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -127295,7 +127295,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127311,7 +127311,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127384,7 +127384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -127446,7 +127446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -127465,7 +127465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated"
},
"ValidateNotNullOrEmpty": false
@@ -127484,7 +127484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedDateTime": "System.Nullable`1[System.DateTime]",
"DisplayName": "System.String",
@@ -127581,7 +127581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant"
},
"ValidateNotNullOrEmpty": false
@@ -127636,7 +127636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -127646,7 +127646,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -127688,7 +127688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127698,7 +127698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -127771,7 +127771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -127802,7 +127802,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated"
},
"ValidateNotNullOrEmpty": false
@@ -127833,7 +127833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedDateTime": "System.Nullable`1[System.DateTime]",
"DisplayName": "System.String",
@@ -127990,7 +127990,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant"
},
"ValidateNotNullOrEmpty": false
@@ -128081,7 +128081,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -128097,7 +128097,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -128163,7 +128163,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128179,7 +128179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128252,7 +128252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -128384,7 +128384,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -128422,7 +128422,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -128432,7 +128432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -128442,7 +128442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -128461,7 +128461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -128471,7 +128471,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -128508,7 +128508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -128518,7 +128518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -128528,7 +128528,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -128581,7 +128581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -128609,7 +128609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -128659,7 +128659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -128669,7 +128669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -128679,7 +128679,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -128701,7 +128701,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -128714,7 +128714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -128724,7 +128724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -128807,7 +128807,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128817,7 +128817,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -128878,7 +128878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -128970,7 +128970,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -129032,7 +129032,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -129048,7 +129048,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -129064,7 +129064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -129095,7 +129095,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -129111,7 +129111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -129172,7 +129172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -129188,7 +129188,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -129204,7 +129204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -129287,7 +129287,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -129333,7 +129333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -129413,7 +129413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -129429,7 +129429,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -129445,7 +129445,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -129495,7 +129495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -129511,7 +129511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -129595,7 +129595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -129687,7 +129687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -129749,7 +129749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -129765,7 +129765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -129781,7 +129781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -129812,7 +129812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -129828,7 +129828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -129889,7 +129889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -129905,7 +129905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -129921,7 +129921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -130004,7 +130004,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -130050,7 +130050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -130130,7 +130130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -130146,7 +130146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -130162,7 +130162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -130212,7 +130212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -130228,7 +130228,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -130430,7 +130430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -130492,7 +130492,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -130508,7 +130508,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -130524,7 +130524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -130555,7 +130555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -130571,7 +130571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -130632,7 +130632,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -130648,7 +130648,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -130664,7 +130664,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -130747,7 +130747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -130793,7 +130793,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -130873,7 +130873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -130889,7 +130889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -130905,7 +130905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -130955,7 +130955,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -130971,7 +130971,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -131158,7 +131158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -131220,7 +131220,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -131236,7 +131236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -131252,7 +131252,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -131283,7 +131283,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -131299,7 +131299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -131360,7 +131360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -131376,7 +131376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -131392,7 +131392,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -131475,7 +131475,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -131521,7 +131521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -131601,7 +131601,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -131617,7 +131617,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -131633,7 +131633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -131683,7 +131683,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -131699,7 +131699,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -131841,7 +131841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -131903,7 +131903,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -131919,7 +131919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -131935,7 +131935,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -131966,7 +131966,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -131982,7 +131982,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -132043,7 +132043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -132059,7 +132059,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -132075,7 +132075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -132158,7 +132158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -132204,7 +132204,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -132284,7 +132284,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -132300,7 +132300,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -132316,7 +132316,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -132366,7 +132366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -132382,7 +132382,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -132448,7 +132448,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -132579,7 +132579,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -132641,7 +132641,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -132657,7 +132657,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -132673,7 +132673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -132704,7 +132704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -132720,7 +132720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -132781,7 +132781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -132797,7 +132797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -132813,7 +132813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -132896,7 +132896,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -132942,7 +132942,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -133022,7 +133022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -133038,7 +133038,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -133054,7 +133054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -133104,7 +133104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -133120,7 +133120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -133280,7 +133280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -133342,7 +133342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -133358,7 +133358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -133374,7 +133374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -133405,7 +133405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -133421,7 +133421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -133482,7 +133482,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -133498,7 +133498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -133514,7 +133514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -133597,7 +133597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -133643,7 +133643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -133723,7 +133723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -133739,7 +133739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -133755,7 +133755,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -133805,7 +133805,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -133821,7 +133821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -133894,7 +133894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"Key": "System.Byte[]",
@@ -133914,7 +133914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"EndDateTime": "System.Nullable`1[System.DateTime]",
@@ -133967,7 +133967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -133977,7 +133977,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -134008,7 +134008,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -134086,7 +134086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134096,7 +134096,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134238,7 +134238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134254,7 +134254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134339,7 +134339,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -134390,7 +134390,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134406,7 +134406,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134491,7 +134491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -134542,7 +134542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134558,7 +134558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134708,7 +134708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134724,7 +134724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134835,7 +134835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -134931,7 +134931,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -134947,7 +134947,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135043,7 +135043,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -135139,7 +135139,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135155,7 +135155,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135319,7 +135319,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135335,7 +135335,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135484,7 +135484,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135500,7 +135500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135566,7 +135566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -135582,7 +135582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -135678,7 +135678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135694,7 +135694,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135760,7 +135760,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -135829,7 +135829,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135845,7 +135845,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -135911,7 +135911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -135927,7 +135927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -136023,7 +136023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136039,7 +136039,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136105,7 +136105,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -136174,7 +136174,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136190,7 +136190,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136291,7 +136291,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136307,7 +136307,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136383,7 +136383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
"PasswordProfile": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
@@ -136754,7 +136754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -136911,7 +136911,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -136921,7 +136921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -137467,7 +137467,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -137720,7 +137720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -137736,7 +137736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -137809,7 +137809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleAssignmentScheduleRequest, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
"RequestType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType]",
@@ -137915,7 +137915,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -137951,7 +137951,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -138036,7 +138036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -138046,7 +138046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -138182,7 +138182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -138242,7 +138242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -138381,7 +138381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -138397,7 +138397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -138470,7 +138470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequest, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
"RequestType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType]",
@@ -138575,7 +138575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -138602,7 +138602,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -138687,7 +138687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -138697,7 +138697,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -138833,7 +138833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -138878,7 +138878,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -139017,7 +139017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139033,7 +139033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139106,7 +139106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyAssignment, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyLastModifiedDateTime": "System.Nullable`1[System.DateTime]",
"Id": "System.String",
@@ -139200,7 +139200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139210,7 +139210,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139350,7 +139350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139366,7 +139366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139491,7 +139491,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -139572,7 +139572,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139582,7 +139582,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139708,7 +139708,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139724,7 +139724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139855,7 +139855,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -139871,7 +139871,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140017,7 +140017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140033,7 +140033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140179,7 +140179,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140195,7 +140195,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140261,7 +140261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -140381,7 +140381,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140397,7 +140397,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140532,7 +140532,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140542,7 +140542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140673,7 +140673,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140689,7 +140689,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140820,7 +140820,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -140892,7 +140892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -140902,7 +140902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141007,7 +141007,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141023,7 +141023,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141154,7 +141154,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141170,7 +141170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141301,7 +141301,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141317,7 +141317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141398,7 +141398,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -141488,7 +141488,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141504,7 +141504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141620,7 +141620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141636,7 +141636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141764,7 +141764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141774,7 +141774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141870,7 +141870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -141886,7 +141886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142017,7 +142017,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142033,7 +142033,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142164,7 +142164,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142180,7 +142180,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142313,7 +142313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -142376,7 +142376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142386,7 +142386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142503,7 +142503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142519,7 +142519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142650,7 +142650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142666,7 +142666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142812,7 +142812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142828,7 +142828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -142909,7 +142909,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -143005,7 +143005,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143021,7 +143021,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143160,7 +143160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -143229,7 +143229,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143239,7 +143239,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143357,7 +143357,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143373,7 +143373,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143520,7 +143520,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143536,7 +143536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143633,7 +143633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -143720,7 +143720,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143736,7 +143736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143883,7 +143883,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143899,7 +143899,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -143996,7 +143996,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphGroup, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppRoleAssignment": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
"CreatedOnBehalfOf": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
@@ -144083,7 +144083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144099,7 +144099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144246,7 +144246,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144262,7 +144262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144378,7 +144378,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144394,7 +144394,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144542,7 +144542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -144597,7 +144597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -144678,7 +144678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144688,7 +144688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144810,7 +144810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144826,7 +144826,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144975,7 +144975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -144991,7 +144991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145140,7 +145140,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145156,7 +145156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145302,7 +145302,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145318,7 +145318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145399,7 +145399,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -145510,7 +145510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145526,7 +145526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145607,7 +145607,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -145712,7 +145712,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145728,7 +145728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145859,7 +145859,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -145875,7 +145875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146015,7 +146015,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -146102,7 +146102,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146112,7 +146112,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146238,7 +146238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146254,7 +146254,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146385,7 +146385,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146401,7 +146401,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146547,7 +146547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146563,7 +146563,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146709,7 +146709,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146725,7 +146725,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146791,7 +146791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -146917,7 +146917,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -146933,7 +146933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147061,7 +147061,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
"PasswordProfile": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
@@ -147146,7 +147146,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147156,7 +147156,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147258,7 +147258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147274,7 +147274,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147405,7 +147405,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147421,7 +147421,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147555,7 +147555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147571,7 +147571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147702,7 +147702,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147718,7 +147718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147799,7 +147799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
"PasswordProfile": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
@@ -147902,7 +147902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -147918,7 +147918,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148034,7 +148034,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148050,7 +148050,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148172,7 +148172,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -148215,7 +148215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148225,7 +148225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148344,7 +148344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148360,7 +148360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148441,7 +148441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -148502,7 +148502,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148518,7 +148518,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148633,7 +148633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148649,7 +148649,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148771,7 +148771,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -148814,7 +148814,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148824,7 +148824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148943,7 +148943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -148959,7 +148959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149040,7 +149040,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -149101,7 +149101,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149117,7 +149117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149232,7 +149232,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149248,7 +149248,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149370,7 +149370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -149413,7 +149413,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149423,7 +149423,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149542,7 +149542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149558,7 +149558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149639,7 +149639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -149700,7 +149700,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149716,7 +149716,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149831,7 +149831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149847,7 +149847,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -149969,7 +149969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -150012,7 +150012,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150022,7 +150022,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150141,7 +150141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150157,7 +150157,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150238,7 +150238,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -150299,7 +150299,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150315,7 +150315,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150430,7 +150430,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150446,7 +150446,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150633,7 +150633,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150643,7 +150643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150835,7 +150835,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150851,7 +150851,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -150976,7 +150976,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -151060,7 +151060,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -151070,7 +151070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -151086,7 +151086,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -151159,7 +151159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -151182,7 +151182,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -151243,7 +151243,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -151257,7 +151257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -151280,7 +151280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -151328,7 +151328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -151338,7 +151338,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -151348,7 +151348,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -151386,7 +151386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -151396,7 +151396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -151519,7 +151519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -151535,7 +151535,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -151557,7 +151557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -151678,7 +151678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -151713,7 +151713,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -151810,7 +151810,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -151830,7 +151830,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -151865,7 +151865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -151943,7 +151943,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -151959,7 +151959,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -151975,7 +151975,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -152031,7 +152031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -152047,7 +152047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -152199,7 +152199,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -152215,7 +152215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -152237,7 +152237,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -152358,7 +152358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -152393,7 +152393,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -152490,7 +152490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -152510,7 +152510,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -152545,7 +152545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -152623,7 +152623,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -152639,7 +152639,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -152655,7 +152655,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -152711,7 +152711,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -152727,7 +152727,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -152808,7 +152808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"Api": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
@@ -152916,7 +152916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -152932,7 +152932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -152954,7 +152954,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -153075,7 +153075,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -153110,7 +153110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -153207,7 +153207,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -153227,7 +153227,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -153262,7 +153262,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -153340,7 +153340,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -153356,7 +153356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -153372,7 +153372,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -153428,7 +153428,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -153444,7 +153444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -153578,7 +153578,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -153594,7 +153594,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -153616,7 +153616,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -153737,7 +153737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -153772,7 +153772,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -153869,7 +153869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -153889,7 +153889,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -153924,7 +153924,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"ValidateNotNullOrEmpty": false
@@ -154002,7 +154002,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -154018,7 +154018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -154034,7 +154034,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -154090,7 +154090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -154106,7 +154106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -154231,7 +154231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated"
},
"ValidateNotNullOrEmpty": false
@@ -154250,7 +154250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedDateTime": "System.Nullable`1[System.DateTime]",
"DisplayName": "System.String",
@@ -154365,7 +154365,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant"
},
"ValidateNotNullOrEmpty": false
@@ -154451,7 +154451,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -154461,7 +154461,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -154546,7 +154546,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated"
},
"ValidateNotNullOrEmpty": false
@@ -154577,7 +154577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedDateTime": "System.Nullable`1[System.DateTime]",
"DisplayName": "System.String",
@@ -154764,7 +154764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant"
},
"ValidateNotNullOrEmpty": false
@@ -154904,7 +154904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -154920,7 +154920,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -155035,7 +155035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -155045,7 +155045,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -155083,7 +155083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -155121,7 +155121,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -155131,7 +155131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -155141,7 +155141,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -155160,7 +155160,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -155170,7 +155170,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -155216,7 +155216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -155226,7 +155226,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -155236,7 +155236,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -155289,7 +155289,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -155327,7 +155327,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -155367,7 +155367,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -155377,7 +155377,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -155387,7 +155387,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -155409,7 +155409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -155499,7 +155499,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -155509,7 +155509,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -155581,7 +155581,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -155597,7 +155597,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -155659,7 +155659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -155721,7 +155721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -155737,7 +155737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -155753,7 +155753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -155784,7 +155784,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -155800,7 +155800,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -155876,7 +155876,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -155892,7 +155892,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -155908,7 +155908,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -155991,7 +155991,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -156053,7 +156053,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -156117,7 +156117,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -156133,7 +156133,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -156149,7 +156149,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -156200,7 +156200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -156216,7 +156216,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -156297,7 +156297,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -156313,7 +156313,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -156375,7 +156375,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -156437,7 +156437,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -156453,7 +156453,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -156469,7 +156469,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -156500,7 +156500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -156516,7 +156516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -156592,7 +156592,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -156608,7 +156608,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -156624,7 +156624,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -156707,7 +156707,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -156769,7 +156769,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -156833,7 +156833,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -156849,7 +156849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -156865,7 +156865,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -156916,7 +156916,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -156932,7 +156932,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -157031,7 +157031,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -157047,7 +157047,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -157109,7 +157109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -157171,7 +157171,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -157187,7 +157187,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -157203,7 +157203,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -157234,7 +157234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -157250,7 +157250,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -157326,7 +157326,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -157342,7 +157342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -157358,7 +157358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -157441,7 +157441,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -157503,7 +157503,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -157567,7 +157567,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -157583,7 +157583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -157599,7 +157599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -157650,7 +157650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -157666,7 +157666,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -157747,7 +157747,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphServicePrincipal, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AddIn": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
"AppRole": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
@@ -157808,7 +157808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -157824,7 +157824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -157886,7 +157886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -157948,7 +157948,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -157964,7 +157964,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -157980,7 +157980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -158011,7 +158011,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158027,7 +158027,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -158103,7 +158103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -158119,7 +158119,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158135,7 +158135,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -158218,7 +158218,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -158280,7 +158280,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -158344,7 +158344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158360,7 +158360,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158376,7 +158376,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -158427,7 +158427,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -158443,7 +158443,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -158542,7 +158542,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"ValidateNotNullOrEmpty": false
@@ -158558,7 +158558,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"ValidateNotNullOrEmpty": false
@@ -158620,7 +158620,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"ValidateNotNullOrEmpty": false
@@ -158682,7 +158682,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"ValidateNotNullOrEmpty": false
@@ -158698,7 +158698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -158714,7 +158714,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"ValidateNotNullOrEmpty": false
@@ -158745,7 +158745,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158761,7 +158761,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"ValidateNotNullOrEmpty": false
@@ -158837,7 +158837,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"ValidateNotNullOrEmpty": false
@@ -158853,7 +158853,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"ValidateNotNullOrEmpty": false
@@ -158869,7 +158869,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -158952,7 +158952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"ValidateNotNullOrEmpty": false
@@ -159014,7 +159014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -159078,7 +159078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -159094,7 +159094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"ValidateNotNullOrEmpty": false
@@ -159110,7 +159110,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"ValidateNotNullOrEmpty": false
@@ -159161,7 +159161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -159177,7 +159177,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -159464,7 +159464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"ValidateNotNullOrEmpty": false
@@ -159547,7 +159547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -159642,7 +159642,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
"PasswordProfile": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
@@ -159739,7 +159739,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -159749,7 +159749,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -160104,7 +160104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"ValidateNotNullOrEmpty": false
@@ -160241,7 +160241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -160416,7 +160416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -160432,7 +160432,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -160801,7 +160801,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"ValidateNotNullOrEmpty": false
@@ -160938,7 +160938,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -161113,7 +161113,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -161129,7 +161129,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -161513,7 +161513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"ValidateNotNullOrEmpty": false
@@ -161650,7 +161650,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -161825,7 +161825,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -161841,7 +161841,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -161922,7 +161922,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphUser, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Identity": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
"PasswordProfile": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
@@ -162278,7 +162278,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"ValidateNotNullOrEmpty": false
@@ -162415,7 +162415,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -162590,7 +162590,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -162606,7 +162606,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -162993,7 +162993,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"ValidateNotNullOrEmpty": false
@@ -163130,7 +163130,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -163305,7 +163305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163321,7 +163321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163412,7 +163412,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicy, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EffectiveRule": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
"Rule": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
@@ -163465,7 +163465,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -163513,7 +163513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule"
},
"ValidateNotNullOrEmpty": false
@@ -163545,7 +163545,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163555,7 +163555,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163676,7 +163676,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule"
},
"ValidateNotNullOrEmpty": false
@@ -163726,7 +163726,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163742,7 +163742,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163808,7 +163808,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.IAuthorizationIdentity, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"RoleAssignmentScheduleInstanceName": "System.String",
@@ -163880,7 +163880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule"
},
"ValidateNotNullOrEmpty": false
@@ -163930,7 +163930,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -163946,7 +163946,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -164057,7 +164057,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule"
},
"ValidateNotNullOrEmpty": false
@@ -164107,7 +164107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -164123,7 +164123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -164367,7 +164367,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal"
]
@@ -164375,7 +164375,7 @@
"Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization",
"Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSPrincipal, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ObjectId": "System.Guid",
"ObjectType": "System.String",
@@ -164741,7 +164741,7 @@
"System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]",
- "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable"
@@ -164750,7 +164750,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Value": "System.Object",
"Type": "System.String"
@@ -164798,7 +164798,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Error": "Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse",
"StartTime": "System.Nullable`1[System.DateTime]",
@@ -165173,7 +165173,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange"
]
@@ -165181,7 +165181,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ChangeType": "Microsoft.Azure.Management.ResourceManager.Models.ChangeType",
"Before": "Newtonsoft.Json.Linq.JToken",
@@ -165318,7 +165318,7 @@
"Newtonsoft.Json.Linq.JToken": {
"Namespace": "Newtonsoft.Json.Linq",
"Name": "Newtonsoft.Json.Linq.JToken",
- "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Properties": {
"Parent": "Newtonsoft.Json.Linq.JContainer",
"Root": "Newtonsoft.Json.Linq.JToken",
@@ -165495,6 +165495,20 @@
],
"ReturnType": "Newtonsoft.Json.Linq.JToken"
},
+ {
+ "Name": "SelectToken",
+ "Parameters": [
+ {
+ "Name": "path",
+ "Type": "System.String"
+ },
+ {
+ "Name": "settings",
+ "Type": "Newtonsoft.Json.Linq.JsonSelectSettings"
+ }
+ ],
+ "ReturnType": "Newtonsoft.Json.Linq.JToken"
+ },
{
"Name": "SelectTokens",
"Parameters": [
@@ -165519,6 +165533,20 @@
],
"ReturnType": "System.Collections.Generic.IEnumerable`1[Newtonsoft.Json.Linq.JToken]"
},
+ {
+ "Name": "SelectTokens",
+ "Parameters": [
+ {
+ "Name": "path",
+ "Type": "System.String"
+ },
+ {
+ "Name": "settings",
+ "Type": "Newtonsoft.Json.Linq.JsonSelectSettings"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[Newtonsoft.Json.Linq.JToken]"
+ },
{
"Name": "DeepClone",
"ReturnType": "Newtonsoft.Json.Linq.JToken"
@@ -165812,7 +165840,7 @@
"Newtonsoft.Json.Linq.JContainer": {
"Namespace": "Newtonsoft.Json.Linq",
"Name": "Newtonsoft.Json.Linq.JContainer",
- "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JContainer, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JContainer, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Properties": {
"Parent": "Newtonsoft.Json.Linq.JContainer",
"First": "Newtonsoft.Json.Linq.JToken",
@@ -165971,6 +165999,20 @@
],
"ReturnType": "Newtonsoft.Json.Linq.JToken"
},
+ {
+ "Name": "SelectToken",
+ "Parameters": [
+ {
+ "Name": "path",
+ "Type": "System.String"
+ },
+ {
+ "Name": "settings",
+ "Type": "Newtonsoft.Json.Linq.JsonSelectSettings"
+ }
+ ],
+ "ReturnType": "Newtonsoft.Json.Linq.JToken"
+ },
{
"Name": "SelectTokens",
"Parameters": [
@@ -165995,6 +166037,20 @@
],
"ReturnType": "System.Collections.Generic.IEnumerable`1[Newtonsoft.Json.Linq.JToken]"
},
+ {
+ "Name": "SelectTokens",
+ "Parameters": [
+ {
+ "Name": "path",
+ "Type": "System.String"
+ },
+ {
+ "Name": "settings",
+ "Type": "Newtonsoft.Json.Linq.JsonSelectSettings"
+ }
+ ],
+ "ReturnType": "System.Collections.Generic.IEnumerable`1[Newtonsoft.Json.Linq.JToken]"
+ },
{
"Name": "DeepClone",
"ReturnType": "Newtonsoft.Json.Linq.JToken"
@@ -166202,7 +166258,7 @@
"Newtonsoft.Json.Linq.JTokenType": {
"Namespace": "Newtonsoft.Json.Linq",
"Name": "Newtonsoft.Json.Linq.JTokenType",
- "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JTokenType, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JTokenType, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -166289,7 +166345,7 @@
"Newtonsoft.Json.Linq.JEnumerable`1[Newtonsoft.Json.Linq.JToken]": {
"Namespace": "Newtonsoft.Json.Linq",
"Name": "Newtonsoft.Json.Linq.JEnumerable`1[Newtonsoft.Json.Linq.JToken]",
- "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JEnumerable`1[[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JEnumerable`1[[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"GenericTypeArguments": [
"Newtonsoft.Json.Linq.JToken"
]
@@ -166334,7 +166390,7 @@
"System.Collections.Generic.IEnumerable`1[Newtonsoft.Json.Linq.JToken]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IEnumerable`1[Newtonsoft.Json.Linq.JToken]",
- "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Newtonsoft.Json.Linq.JToken"
]
@@ -166342,7 +166398,7 @@
"Newtonsoft.Json.JsonWriter": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.JsonWriter",
- "AssemblyQualifiedName": "Newtonsoft.Json.JsonWriter, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.JsonWriter, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Properties": {
"DateFormatHandling": "Newtonsoft.Json.DateFormatHandling",
"DateTimeZoneHandling": "Newtonsoft.Json.DateTimeZoneHandling",
@@ -167724,7 +167780,7 @@
"Newtonsoft.Json.DateFormatHandling": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.DateFormatHandling",
- "AssemblyQualifiedName": "Newtonsoft.Json.DateFormatHandling, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.DateFormatHandling, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -167811,7 +167867,7 @@
"Newtonsoft.Json.DateTimeZoneHandling": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.DateTimeZoneHandling",
- "AssemblyQualifiedName": "Newtonsoft.Json.DateTimeZoneHandling, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.DateTimeZoneHandling, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -167898,7 +167954,7 @@
"Newtonsoft.Json.FloatFormatHandling": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.FloatFormatHandling",
- "AssemblyQualifiedName": "Newtonsoft.Json.FloatFormatHandling, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.FloatFormatHandling, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -167985,7 +168041,7 @@
"Newtonsoft.Json.Formatting": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.Formatting",
- "AssemblyQualifiedName": "Newtonsoft.Json.Formatting, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.Formatting, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168072,7 +168128,7 @@
"Newtonsoft.Json.StringEscapeHandling": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.StringEscapeHandling",
- "AssemblyQualifiedName": "Newtonsoft.Json.StringEscapeHandling, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.StringEscapeHandling, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168159,7 +168215,7 @@
"Newtonsoft.Json.WriteState": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.WriteState",
- "AssemblyQualifiedName": "Newtonsoft.Json.WriteState, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.WriteState, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168256,7 +168312,7 @@
"Newtonsoft.Json.JsonReader": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.JsonReader",
- "AssemblyQualifiedName": "Newtonsoft.Json.JsonReader, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.JsonReader, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Properties": {
"DateParseHandling": "Newtonsoft.Json.DateParseHandling",
"DateTimeZoneHandling": "Newtonsoft.Json.DateTimeZoneHandling",
@@ -168445,7 +168501,7 @@
"Newtonsoft.Json.DateParseHandling": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.DateParseHandling",
- "AssemblyQualifiedName": "Newtonsoft.Json.DateParseHandling, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.DateParseHandling, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168532,7 +168588,7 @@
"Newtonsoft.Json.FloatParseHandling": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.FloatParseHandling",
- "AssemblyQualifiedName": "Newtonsoft.Json.FloatParseHandling, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.FloatParseHandling, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168619,7 +168675,7 @@
"Newtonsoft.Json.JsonToken": {
"Namespace": "Newtonsoft.Json",
"Name": "Newtonsoft.Json.JsonToken",
- "AssemblyQualifiedName": "Newtonsoft.Json.JsonToken, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.JsonToken, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168839,7 +168895,7 @@
"Newtonsoft.Json.Linq.JTokenEqualityComparer": {
"Namespace": "Newtonsoft.Json.Linq",
"Name": "Newtonsoft.Json.Linq.JTokenEqualityComparer",
- "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JTokenEqualityComparer, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
+ "AssemblyQualifiedName": "Newtonsoft.Json.Linq.JTokenEqualityComparer, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed",
"Methods": [
{
"Name": "Equals",
@@ -168897,7 +168953,7 @@
"System.Threading.Tasks.Task`1[Newtonsoft.Json.Linq.JToken]": {
"Namespace": "System.Threading.Tasks",
"Name": "System.Threading.Tasks.Task`1[Newtonsoft.Json.Linq.JToken]",
- "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Newtonsoft.Json.Linq.JToken, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Newtonsoft.Json.Linq.JToken"
]
@@ -168905,7 +168961,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange"
]
@@ -168913,7 +168969,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSWhatIfPropertyChange, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PropertyChangeType": "Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType",
"Before": "Newtonsoft.Json.Linq.JToken",
@@ -169206,7 +169262,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo"
]
@@ -169214,7 +169270,7 @@
"Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo": {
"Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups",
"Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.PowerShell.Cmdlets.Resources, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]",
"Type": "System.String",
@@ -169709,7 +169765,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"NonComplianceMessages": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
"Metadata": "System.Management.Automation.PSObject",
@@ -169764,13 +169820,13 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage"
},
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsNonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Message": "System.String",
"PolicyDefinitionReferenceId": "System.String"
@@ -169825,7 +169881,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.NonComplianceMessage, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Message": "System.String",
"PolicyDefinitionReferenceId": "System.String"
@@ -169868,7 +169924,7 @@
"System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode"
]
@@ -169876,7 +169932,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -169969,7 +170025,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity]",
"PrincipalId": "System.String",
@@ -170015,7 +170071,7 @@
"System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity]",
- "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity"
@@ -170024,7 +170080,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsUserAssignedIdentity, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -170068,7 +170124,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType",
"Metadata": "System.Management.Automation.PSObject",
@@ -170131,7 +170187,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -170218,7 +170274,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyExemptionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Metadata": "System.Management.Automation.PSObject",
"ExpiresOn": "System.Nullable`1[System.DateTime]",
@@ -170271,7 +170327,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicySetDefinitionProperties, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PolicyType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.Policy.PsPolicyType",
"Metadata": "System.Management.Automation.PSObject",
@@ -170863,13 +170919,13 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType"
},
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ZoneMappings": "System.Collections.Hashtable",
"ResourceTypeName": "System.String",
@@ -170955,13 +171011,13 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion[], Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion"
},
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecVersion, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"LinkedTemplates": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]",
@@ -171006,7 +171062,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact"
]
@@ -171014,7 +171070,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpecTemplateArtifact, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Template": "System.String",
"Path": "System.String"
@@ -171047,7 +171103,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyAssignmentEnforcementMode, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -171134,7 +171190,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.ManagedIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -171221,7 +171277,7 @@
"Microsoft.Azure.Commands.Tags.Model.PSTagsObject": {
"Namespace": "Microsoft.Azure.Commands.Tags.Model",
"Name": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Tags.Model.PSTagsObject, Microsoft.Azure.PowerShell.Cmdlets.Tags, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"TagsProperty": "System.Collections.Generic.IDictionary`2[System.String,System.String]"
},
@@ -171264,7 +171320,7 @@
"System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]",
- "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError"
]
@@ -171272,7 +171328,7 @@
"Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError": {
"Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels",
"Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.PowerShell.Cmdlets.ResourceManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]",
"Code": "System.String",
@@ -171312,7 +171368,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.SendAsyncStep, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -171480,13 +171536,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignmentAutoGenerated, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"AppRoleId": "System.String",
@@ -171500,7 +171556,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DeletedDateTime": "System.Nullable`1[System.DateTime]",
"DisplayName": "System.String",
@@ -171511,19 +171567,19 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroupLifecyclePolicy, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GroupLifetimeInDay": "System.Nullable`1[System.Int32]",
"AlternateNotificationEmail": "System.String",
@@ -171533,13 +171589,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceSpecificPermissionGrant, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientAppId": "System.String",
"ClientId": "System.String",
@@ -171551,13 +171607,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAddIn, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Property": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[]",
"Id": "System.String",
@@ -171567,13 +171623,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyValue, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Key": "System.String",
"Value": "System.String"
@@ -171582,7 +171638,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphApiApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Oauth2PermissionScope": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
"PreAuthorizedApplication": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
@@ -171594,13 +171650,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPermissionScope, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsEnabled": "System.Nullable`1[System.Boolean]",
"AdminConsentDescription": "System.String",
@@ -171616,13 +171672,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPreAuthorizedApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AppId": "System.String",
"DelegatedPermissionId": "System.String[]"
@@ -171631,13 +171687,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRole, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsEnabled": "System.Nullable`1[System.Boolean]",
"Description": "System.String",
@@ -171651,13 +171707,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionProperty, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IsSyncedFromOnPremise": "System.Nullable`1[System.Boolean]",
"AppDisplayName": "System.String",
@@ -171669,18 +171725,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphHomeRealmDiscoveryPolicy, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphInformationalUrl, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LogoUrl": "System.String",
"MarketingUrl": "System.String",
@@ -171692,13 +171748,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"Key": "System.Byte[]",
@@ -171713,7 +171769,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaims, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
"IdToken": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
@@ -171723,13 +171779,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOptionalClaim, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Essential": "System.Nullable`1[System.Boolean]",
"Name": "System.String",
@@ -171740,7 +171796,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LegalAgeGroupRule": "System.String",
"CountriesBlockedForMinor": "System.String[]"
@@ -171749,13 +171805,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"EndDateTime": "System.Nullable`1[System.DateTime]",
@@ -171769,7 +171825,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPublicClientApplication": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPublicClientApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPublicClientApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPublicClientApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RedirectUri": "System.String[]"
}
@@ -171777,13 +171833,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphRequiredResourceAccess, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ResourceAccess": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[]",
"ResourceAppId": "System.String"
@@ -171792,13 +171848,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String",
"Type": "System.String"
@@ -171807,7 +171863,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSpaApplication": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSpaApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSpaApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSpaApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RedirectUri": "System.String[]"
}
@@ -171815,29 +171871,29 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenIssuancePolicy, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphTokenLifetimePolicy, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphWebApplication, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ImplicitGrantSetting": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
"HomePageUrl": "System.String",
@@ -171848,7 +171904,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphImplicitGrantSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EnableAccessTokenIssuance": "System.Nullable`1[System.Boolean]",
"EnableIdTokenIssuance": "System.Nullable`1[System.Boolean]"
@@ -171865,13 +171921,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphAppRoleAssignment, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CreatedDateTime": "System.Nullable`1[System.DateTime]",
"AppRoleId": "System.String",
@@ -171885,24 +171941,24 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphClaimsMappingPolicy, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDelegatedPermissionClassification, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Classification": "System.String",
"PermissionId": "System.String",
@@ -171912,13 +171968,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEndpoint, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Capability": "System.String",
"ProviderId": "System.String",
@@ -171930,13 +171986,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOAuth2PermissionGrant, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ClientId": "System.String",
"ConsentType": "System.String",
@@ -171948,7 +172004,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSamlSingleSignOnSettings, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RelayState": "System.String"
}
@@ -171956,13 +172012,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity[], Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphObjectIdentity, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Issuer": "System.String",
"IssuerAssignedId": "System.String",
@@ -171972,7 +172028,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPasswordProfile, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ForceChangePasswordNextSignIn": "System.Nullable`1[System.Boolean]",
"ForceChangePasswordNextSignInWithMfa": "System.Nullable`1[System.Boolean]",
@@ -171982,7 +172038,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType"
]
@@ -171990,7 +172046,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172068,7 +172124,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType"
]
@@ -172076,7 +172132,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.MemberType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172141,7 +172197,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType"
]
@@ -172149,7 +172205,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.PrincipalType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172214,7 +172270,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status"
]
@@ -172222,7 +172278,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Status, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172287,7 +172343,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.SendAsyncStep, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -172421,7 +172477,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType"
]
@@ -172429,7 +172485,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RequestType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172494,7 +172550,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type"
]
@@ -172502,7 +172558,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.Type, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172567,13 +172623,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule[], Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule"
},
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleManagementPolicyRule, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RuleType": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType",
"Id": "System.String",
@@ -172588,7 +172644,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType, Az.Authorization.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.RoleManagementPolicyRuleType, Az.Authorization.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -172653,7 +172709,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPasswordCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"EndDateTime": "System.Nullable`1[System.DateTime]",
@@ -172827,7 +172883,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Item": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Json.JsonNode"
},
@@ -172859,7 +172915,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential, Az.MSGraph.private, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphKeyCredential, Az.MSGraph.private, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CustomKeyIdentifier": "System.Byte[]",
"Key": "System.Byte[]",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json b/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json
index 48faefd39d06..8b2dda92f9e9 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.ServiceBus.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.ServiceBus",
- "ModuleVersion": "1.9.0",
+ "ModuleVersion": "1.10.0",
"Cmdlets": [
{
"VerbName": "Add",
@@ -16,7 +16,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -116,7 +116,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpMask": "System.String",
"Action": "System.String"
@@ -282,7 +282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpMask": "System.String",
"Action": "System.String"
@@ -370,7 +370,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -470,7 +470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -636,7 +636,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -711,20 +711,68 @@
]
},
{
- "VerbName": "Complete",
- "NounName": "AzServiceBusMigration",
- "Name": "Complete-AzServiceBusMigration",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.CompleteAzureServiceBusMigrationConfiguration",
+ "VerbName": "Approve",
+ "NounName": "AzServiceBusPrivateEndpointConnection",
+ "Name": "Approve-AzServiceBusPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.PrivateEndpoints.ApproveAzureServiceBusPrivateEndpointConnection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "MigrationConfigurationPropertiesSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpoint": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "privateEndpoint",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -742,7 +790,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -751,21 +799,11 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
- "Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -779,11 +817,11 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "PassThru",
+ "Name": "Description",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
@@ -810,7 +848,7 @@
],
"ParameterSets": [
{
- "Name": "MigrationConfigurationPropertiesSet",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -825,11 +863,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -840,93 +878,37 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceInputObjectSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
- "Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Description",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -957,7 +939,7 @@
]
},
{
- "Name": "NamespaceResourceIdParameterSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -976,18 +958,18 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "Description",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -1020,21 +1002,6 @@
{
"Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -1066,66 +1033,20 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzServiceBusAuthorizationRule",
- "Name": "Get-AzServiceBusAuthorizationRule",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GetAzureServiceBusAuthorizationRule",
- "SupportsShouldProcess": false,
+ "VerbName": "Complete",
+ "NounName": "AzServiceBusMigration",
+ "Name": "Complete-AzServiceBusMigration",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.CompleteAzureServiceBusMigrationConfiguration",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "MigrationConfigurationPropertiesSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "authRuleResource",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -1143,10 +1064,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1155,31 +1073,26 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Queue",
- "AliasList": [
- "QueueName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "AliasName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1188,16 +1101,13 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -1222,7 +1132,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "MigrationConfigurationPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -1237,14 +1147,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1255,25 +1162,22 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -1304,76 +1208,47 @@
]
},
{
- "Name": "QueueAuthorizationRuleSet",
+ "Name": "NamespaceInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Queue",
- "AliasList": [
- "QueueName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -1404,29 +1279,11 @@
]
},
{
- "Name": "TopicAuthorizationRuleSet",
+ "Name": "NamespaceResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1441,39 +1298,18 @@
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -1504,97 +1340,46 @@
]
},
{
- "Name": "AliasAuthoRuleSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "AliasName",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": 3,
- "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,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
}
@@ -1603,29 +1388,29 @@
]
},
{
- "VerbName": "Get",
- "NounName": "AzServiceBusGeoDRConfiguration",
- "Name": "Get-AzServiceBusGeoDRConfiguration",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.GetServiceBusGeoDRConfiguration",
- "SupportsShouldProcess": false,
+ "VerbName": "Deny",
+ "NounName": "AzServiceBusPrivateEndpointConnection",
+ "Name": "Deny-AzServiceBusPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.PrivateEndpoints.RejectAzureServiceBusPrivateEndpointConnection",
+ "SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GeoDRPropertiesSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "PrivateEndpoint": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes",
"Name": "System.String",
"Id": "System.String",
"Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
},
"Methods": [
{
@@ -1659,7 +1444,7 @@
"Name": "",
"Parameters": [
{
- "Name": "drResource",
+ "Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -1682,7 +1467,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1691,30 +1476,11 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -1728,13 +1494,13 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -1759,7 +1525,7 @@
],
"ParameterSets": [
{
- "Name": "GeoDRPropertiesSet",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -1778,7 +1544,7 @@
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -1801,85 +1567,20 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceInputObjectSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -1915,7 +1616,7 @@
]
},
{
- "Name": "ResourceIdParameterSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -1934,13 +1635,13 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Description",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
@@ -1978,21 +1679,6 @@
{
"Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2025,9 +1711,9 @@
},
{
"VerbName": "Get",
- "NounName": "AzServiceBusKey",
- "Name": "Get-AzServiceBusKey",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GetAzureServiceBusKey",
+ "NounName": "AzServiceBusAuthorizationRule",
+ "Name": "Get-AzServiceBusAuthorizationRule",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GetAzureServiceBusAuthorizationRule",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -2036,16 +1722,15 @@
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PrimaryConnectionString": "System.String",
- "SecondaryConnectionString": "System.String",
- "AliasPrimaryConnectionString": "System.String",
- "AliasSecondaryConnectionString": "System.String",
- "PrimaryKey": "System.String",
- "SecondaryKey": "System.String",
- "KeyName": "System.String"
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Location": "System.String"
},
"Methods": [
{
@@ -2072,11 +1757,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "listKeysResource",
+ "Name": "authRuleResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -2226,7 +1914,7 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -2326,7 +2014,7 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -2426,7 +2114,7 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -2523,7 +2211,7 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
@@ -2560,28 +2248,28 @@
},
{
"VerbName": "Get",
- "NounName": "AzServiceBusMigration",
- "Name": "Get-AzServiceBusMigration",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.GetAzureServiceBusMigrationConfiguration",
+ "NounName": "AzServiceBusGeoDRConfiguration",
+ "Name": "Get-AzServiceBusGeoDRConfiguration",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.GetServiceBusGeoDRConfiguration",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "MigrationConfigurationPropertiesSet",
+ "DefaultParameterSetName": "GeoDRPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusMigrationConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusMigrationConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
"PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
"Name": "System.String",
"Id": "System.String",
"Type": "System.String",
- "ProvisioningState": "System.String",
- "TargetNamespace": "System.String",
- "PostMigrationName": "System.String",
- "MigrationState": "System.String"
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
},
"Methods": [
{
@@ -2615,7 +2303,7 @@
"Name": "",
"Parameters": [
{
- "Name": "mcResource",
+ "Name": "drResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -2638,7 +2326,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "Namespace",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2651,23 +2339,24 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
"Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
"Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
"Tag": "System.Collections.Hashtable",
"DisableLocalAuth": "System.Nullable`1[System.Boolean]",
"ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
"ServiceBusEndpoint": "System.String",
"Location": "System.String",
"Id": "System.String",
"Name": "System.String",
"ResourceGroupName": "System.String",
"IdentityType": "System.String",
- "ProvisioningState": "System.String",
"ResourceGroup": "System.String",
"IdentityId": "System.String[]"
}
@@ -2684,8 +2373,17 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DefaultProfile",
- "AliasList": [
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
"AzContext",
"AzureRmContext",
"AzureCredential"
@@ -2706,7 +2404,7 @@
],
"ParameterSets": [
{
- "Name": "MigrationConfigurationPropertiesSet",
+ "Name": "GeoDRPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -2721,11 +2419,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -2736,7 +2434,22 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -2775,23 +2488,24 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
"Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
"Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
"Tag": "System.Collections.Hashtable",
"DisableLocalAuth": "System.Nullable`1[System.Boolean]",
"ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
"ServiceBusEndpoint": "System.String",
"Location": "System.String",
"Id": "System.String",
"Name": "System.String",
"ResourceGroupName": "System.String",
"IdentityType": "System.String",
- "ProvisioningState": "System.String",
"ResourceGroup": "System.String",
"IdentityId": "System.String[]"
}
@@ -2803,6 +2517,21 @@
"ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2849,6 +2578,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2880,6 +2624,21 @@
{
"Name": "__AllParameterSets",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -2912,37 +2671,27 @@
},
{
"VerbName": "Get",
- "NounName": "AzServiceBusNamespace",
- "Name": "Get-AzServiceBusNamespace",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureRmServiceBusNamespace",
+ "NounName": "AzServiceBusKey",
+ "Name": "Get-AzServiceBusKey",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GetAzureServiceBusKey",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "PrimaryConnectionString": "System.String",
+ "SecondaryConnectionString": "System.String",
+ "AliasPrimaryConnectionString": "System.String",
+ "AliasSecondaryConnectionString": "System.String",
+ "PrimaryKey": "System.String",
+ "SecondaryKey": "System.String",
+ "KeyName": "System.String"
},
"Methods": [
{
@@ -2969,14 +2718,11 @@
}
],
"Constructors": [
- {
- "Name": ""
- },
{
"Name": "",
"Parameters": [
{
- "Name": "evResource",
+ "Name": "listKeysResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -2991,27 +2737,69 @@
"Parameters": [
{
"Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
"AliasList": [
- "ResourceGroup"
+ "NamespaceName"
],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Queue",
+ "AliasList": [
+ "QueueName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AliasName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "Name",
"AliasList": [
- "NamespaceName"
+ "AuthorizationRuleName"
],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "DefaultProfile",
@@ -3041,24 +2829,21 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
"NamespaceName"
],
@@ -3067,13 +2852,31 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -3101,134 +2904,28 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzServiceBusNetworkRuleSet",
- "Name": "Get-AzServiceBusNetworkRuleSet",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.GetAzureServiceBusNetworkRuleSet",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
- "OutputTypes": [
+ },
{
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
- "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "DefaultAction": "System.String",
- "PublicNetworkAccess": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
+ "Name": "QueueAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Queue",
+ "AliasList": [
+ "QueueName"
],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
},
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "networkRuleSet",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "NetworkRuleSetPropertiesSet",
- "Parameters": [
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -3237,12 +2934,12 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -3260,7 +2957,25 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -3291,8 +3006,26 @@
]
},
{
- "Name": "NetworkRuleSetNamespacePropertiesSet",
+ "Name": "TopicAuthorizationRuleSet",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -3301,12 +3034,12 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -3322,9 +3055,27 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -3355,11 +3106,26 @@
]
},
{
- "Name": "NetworkRuleSetResourceIdParameterSet",
+ "Name": "AliasAuthoRuleSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceId",
+ "Name": "AliasName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3374,35 +3140,40 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "Namespace",
"AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
+ "NamespaceName"
],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -3435,22 +3206,28 @@
},
{
"VerbName": "Get",
- "NounName": "AzServiceBusOperation",
- "Name": "Get-AzServiceBusOperation",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureServiceBusOperations",
+ "NounName": "AzServiceBusMigration",
+ "Name": "Get-AzServiceBusMigration",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.GetAzureServiceBusMigrationConfiguration",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "MigrationConfigurationPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusMigrationConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusMigrationConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Display": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes",
- "Name": "System.String"
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "ProvisioningState": "System.String",
+ "TargetNamespace": "System.String",
+ "PostMigrationName": "System.String",
+ "MigrationState": "System.String"
},
"Methods": [
{
@@ -3484,160 +3261,7 @@
"Name": "",
"Parameters": [
{
- "Name": "name",
- "Type": "System.Reflection.RuntimeParameterInfo"
- },
- {
- "Name": "display",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- }
- ]
- },
- {
- "VerbName": "Get",
- "NounName": "AzServiceBusQueue",
- "Name": "Get-AzServiceBusQueue",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.GetAzureRmServiceBusQueue",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
- "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
- "RequiresSession": "System.Nullable`1[System.Boolean]",
- "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
- "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
- "EnableExpress": "System.Nullable`1[System.Boolean]",
- "EnablePartitioning": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "AccessedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
- "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
- "MessageCount": "System.Nullable`1[System.Int64]",
- "SizeInBytes": "System.Nullable`1[System.Int64]",
- "DuplicateDetectionHistoryTimeWindow": "System.String",
- "DefaultMessageTimeToLive": "System.String",
- "AutoDeleteOnIdle": "System.String",
- "LockDuration": "System.String",
- "Name": "System.String",
- "ForwardTo": "System.String",
- "ForwardDeadLetteredMessagesTo": "System.String",
- "Id": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "quResource",
+ "Name": "mcResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -3652,9 +3276,6 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3663,10 +3284,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3675,30 +3293,42 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "QueueName"
- ],
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "MaxCount",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "DefaultProfile",
@@ -3723,14 +3353,11 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "MigrationConfigurationPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3741,32 +3368,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
"Name": "Name",
- "AliasList": [
- "QueueName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -3774,29 +3380,9 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
@@ -3826,14 +3412,157 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
+ },
+ {
+ "Name": "NamespaceInputObjectSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "ResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
"VerbName": "Get",
- "NounName": "AzServiceBusRule",
- "Name": "Get-AzServiceBusRule",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.GetAzureRmServiceBusRule",
+ "NounName": "AzServiceBusNamespace",
+ "Name": "Get-AzServiceBusNamespace",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureRmServiceBusNamespace",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -3842,16 +3571,27 @@
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
- "CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
- "SqlFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes",
- "FilterType": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]",
- "Name": "System.String",
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
"Id": "System.String",
- "Type": "System.String"
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
},
"Methods": [
{
@@ -3885,7 +3625,7 @@
"Name": "",
"Parameters": [
{
- "Name": "rule",
+ "Name": "evResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -3908,10 +3648,10 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Namespace",
+ "Name": "Name",
"AliasList": [
"NamespaceName"
],
@@ -3920,53 +3660,6 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Subscription",
- "AliasList": [
- "SubscriptionName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
{
@@ -4005,16 +3698,16 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "Name",
"AliasList": [
"NamespaceName"
],
@@ -4023,102 +3716,31 @@
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Topic",
+ "Name": "DefaultProfile",
"AliasList": [
- "TopicName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Subscription",
- "AliasList": [
- "SubscriptionName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": 4,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
- "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]"
- }
+ "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
},
@@ -4133,38 +3755,28 @@
},
{
"VerbName": "Get",
- "NounName": "AzServiceBusSubscription",
- "Name": "Get-AzServiceBusSubscription",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.GetAzureRmServiceBusSubscription",
+ "NounName": "AzServiceBusNetworkRuleSet",
+ "Name": "Get-AzServiceBusNetworkRuleSet",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.GetAzureServiceBusNetworkRuleSet",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
- "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
- "RequiresSession": "System.Nullable`1[System.Boolean]",
- "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
- "DeadLetteringOnFilterEvaluationExceptions": "System.Nullable`1[System.Boolean]",
- "AccessedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
- "MessageCount": "System.Nullable`1[System.Int64]",
- "DefaultMessageTimeToLive": "System.String",
- "AutoDeleteOnIdle": "System.String",
- "ForwardDeadLetteredMessagesTo": "System.String",
- "LockDuration": "System.String",
+ "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
+ "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
+ "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
+ "Id": "System.String",
+ "Type": "System.String",
"Name": "System.String",
- "ForwardTo": "System.String",
- "Id": "System.String"
+ "DefaultAction": "System.String",
+ "PublicNetworkAccess": "System.String"
},
"Methods": [
{
@@ -4198,7 +3810,7 @@
"Name": "",
"Parameters": [
{
- "Name": "subscriptionResource",
+ "Name": "networkRuleSet",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -4213,15 +3825,12 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "Namespace",
@@ -4236,22 +3845,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "SubscriptionName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4259,20 +3853,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -4296,25 +3876,22 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "NetworkRuleSetPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -4332,31 +3909,59 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Topic",
+ "Name": "DefaultProfile",
"AliasList": [
- "TopicName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NetworkRuleSetNamespacePropertiesSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Namespace",
"AliasList": [
- "SubscriptionName"
+ "NamespaceName"
],
"Type": {
"Namespace": "System",
@@ -4365,30 +3970,56 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": 3,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "MaxCount",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NetworkRuleSetResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -4417,14 +4048,45 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
},
{
"VerbName": "Get",
- "NounName": "AzServiceBusTopic",
- "Name": "Get-AzServiceBusTopic",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.GetAzureRmServiceBusTopic",
+ "NounName": "AzServiceBusOperation",
+ "Name": "Get-AzServiceBusOperation",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.GetAzureServiceBusOperations",
"SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -4433,27 +4095,10 @@
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
- "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
- "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
- "EnablePartitioning": "System.Nullable`1[System.Boolean]",
- "EnableExpress": "System.Nullable`1[System.Boolean]",
- "SupportOrdering": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "AccessedAt": "System.Nullable`1[System.DateTime]",
- "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
- "SubscriptionCount": "System.Nullable`1[System.Int32]",
- "SizeInBytes": "System.Nullable`1[System.Int64]",
- "DuplicateDetectionHistoryTimeWindow": "System.String",
- "AutoDeleteOnIdle": "System.String",
- "Type": "System.String",
- "Id": "System.String",
- "DefaultMessageTimeToLive": "System.String",
+ "Display": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes",
"Name": "System.String"
},
"Methods": [
@@ -4488,7 +4133,20 @@
"Name": "",
"Parameters": [
{
- "Name": "topicResource",
+ "Name": "name",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ },
+ {
+ "Name": "display",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "operation",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -4501,56 +4159,6 @@
}
],
"Parameters": [
- {
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -4576,80 +4184,6 @@
{
"Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "MaxCount",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
- },
- "ValidateRangeMin": 1,
- "ValidateRangeMax": 10000,
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -4681,27 +4215,29 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzServiceBusAuthorizationRule",
- "Name": "New-AzServiceBusAuthorizationRule",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureServiceBusAuthorizationRule",
+ "VerbName": "Get",
+ "NounName": "AzServiceBusPrivateEndpointConnection",
+ "Name": "Get-AzServiceBusPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.PrivateEndpoints.GetAzureServiceBusPrivateEndpointConnection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "PrivateEndpoint": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes",
+ "Name": "System.String",
"Id": "System.String",
"Type": "System.String",
- "Name": "System.String",
- "Location": "System.String"
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
},
"Methods": [
{
@@ -4735,7 +4271,7 @@
"Name": "",
"Parameters": [
{
- "Name": "authRuleResource",
+ "Name": "privateEndpoint",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -4758,22 +4294,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Queue",
- "AliasList": [
- "QueueName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4782,10 +4303,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4794,10 +4312,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4805,21 +4320,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -4843,7 +4343,7 @@
],
"ParameterSets": [
{
- "Name": "__AllParameterSets",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -4862,10 +4362,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4874,28 +4371,22 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Rights",
+ "Name": "Name",
"Type": {
"Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": -2147483648,
+ "Mandatory": false,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -4928,29 +4419,11 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -4963,45 +4436,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5031,44 +4465,149 @@
]
},
{
- "Name": "QueueAuthorizationRuleSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "DefaultProfile",
"AliasList": [
- "NamespaceName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzServiceBusPrivateLink",
+ "Name": "Get-AzServiceBusPrivateLink",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.PrivateLinks.GetAzureServiceBusPrivateLinks",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "PrivateLinkPropertiesSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateLinkResourceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateLinkResourceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "GroupId": "System.String",
+ "RequiredMembers": "System.String[]",
+ "RequiredZoneNames": "System.String[]"
},
- {
- "ParameterMetadata": {
- "Name": "Queue",
- "AliasList": [
- "QueueName"
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
+ "ReturnType": "System.Boolean"
},
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "privateLink",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "NamespaceName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "PrivateLinkPropertiesSet",
+ "Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -5086,10 +4625,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5098,28 +4634,7 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -5152,98 +4667,8 @@
]
},
{
- "Name": "TopicAuthorizationRuleSet",
+ "Name": "__AllParameterSets",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Rights",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateSet": [
- "Listen",
- "Send",
- "Manage"
- ],
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -5275,22 +4700,44 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzServiceBusAuthorizationRuleSASToken",
- "Name": "New-AzServiceBusAuthorizationRuleSASToken",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureAuthorizationRuleSASToken",
- "SupportsShouldProcess": true,
+ "VerbName": "Get",
+ "NounName": "AzServiceBusQueue",
+ "Name": "Get-AzServiceBusQueue",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.GetAzureRmServiceBusQueue",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessSignatureAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "SharedAccessSignature": "System.String"
+ "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
+ "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
+ "RequiresSession": "System.Nullable`1[System.Boolean]",
+ "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
+ "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
+ "EnableExpress": "System.Nullable`1[System.Boolean]",
+ "EnablePartitioning": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
+ "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
+ "MessageCount": "System.Nullable`1[System.Int64]",
+ "SizeInBytes": "System.Nullable`1[System.Int64]",
+ "DuplicateDetectionHistoryTimeWindow": "System.String",
+ "DefaultMessageTimeToLive": "System.String",
+ "AutoDeleteOnIdle": "System.String",
+ "LockDuration": "System.String",
+ "Name": "System.String",
+ "ForwardTo": "System.String",
+ "ForwardDeadLetteredMessagesTo": "System.String",
+ "Id": "System.String"
},
"Methods": [
{
@@ -5324,7 +4771,7 @@
"Name": "",
"Parameters": [
{
- "Name": "sharedAccessSignature",
+ "Name": "quResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -5338,9 +4785,9 @@
],
"Parameters": [
{
- "Name": "AuthorizationRuleId",
+ "Name": "ResourceGroupName",
"AliasList": [
- "ResourceId"
+ "ResourceGroup"
],
"Type": {
"Namespace": "System",
@@ -5350,7 +4797,10 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "KeyType",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5359,28 +4809,30 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ExpiryTime",
+ "Name": "Name",
+ "AliasList": [
+ "QueueName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "StartTime",
+ "Name": "MaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.DateTime"
+ "System.Int32"
]
},
- "ValidateNotNullOrEmpty": true
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -5409,9 +4861,9 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "AuthorizationRuleId",
+ "Name": "ResourceGroupName",
"AliasList": [
- "ResourceId"
+ "ResourceGroup"
],
"Type": {
"Namespace": "System",
@@ -5427,38 +4879,10 @@
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
+ "Name": "Namespace",
"AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
+ "NamespaceName"
],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceAuthorizationRuleSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "KeyType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5473,57 +4897,41 @@
},
{
"ParameterMetadata": {
- "Name": "ExpiryTime",
+ "Name": "Name",
+ "AliasList": [
+ "QueueName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.DateTime"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "StartTime",
+ "Name": "MaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.DateTime]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.DateTime"
+ "System.Int32"
]
},
- "ValidateNotNullOrEmpty": true
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AuthorizationRuleId",
- "AliasList": [
- "ResourceId"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -5556,25 +4964,28 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzServiceBusEncryptionConfig",
- "Name": "New-AzServiceBusEncryptionConfig",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Cmdlets.Namespace.NewKeyVaultPropertyObject",
- "SupportsShouldProcess": false,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
+ "VerbName": "Get",
+ "NounName": "AzServiceBusRule",
+ "Name": "Get-AzServiceBusRule",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.GetAzureRmServiceBusRule",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "KeyName": "System.String",
- "KeyVaultUri": "System.String",
- "KeyVersion": "System.String",
- "UserAssignedIdentity": "System.String"
+ "Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
+ "CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
+ "SqlFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes",
+ "FilterType": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String"
},
"Methods": [
{
@@ -5608,7 +5019,7 @@
"Name": "",
"Parameters": [
{
- "Name": "keyVaultProperties",
+ "Name": "rule",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -5622,39 +5033,74 @@
],
"Parameters": [
{
- "Name": "KeyName",
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "KeyVaultUri",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "KeyVersion",
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "UserAssignedIdentity",
+ "Name": "Subscription",
+ "AliasList": [
+ "SubscriptionName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
{
@@ -5684,13 +5130,16 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "KeyName",
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
@@ -5699,13 +5148,16 @@
},
{
"ParameterMetadata": {
- "Name": "KeyVaultUri",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 1,
@@ -5714,27 +5166,68 @@
},
{
"ParameterMetadata": {
- "Name": "KeyVersion",
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "UserAssignedIdentity",
+ "Name": "Subscription",
+ "AliasList": [
+ "SubscriptionName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": 4,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -5773,29 +5266,39 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzServiceBusGeoDRConfiguration",
- "Name": "New-AzServiceBusGeoDRConfiguration",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.NewAzureRmEventHubGeoDRConfiguration",
- "SupportsShouldProcess": true,
+ "VerbName": "Get",
+ "NounName": "AzServiceBusSubscription",
+ "Name": "Get-AzServiceBusSubscription",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.GetAzureRmServiceBusSubscription",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GeoDRPropertiesSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
+ "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
+ "RequiresSession": "System.Nullable`1[System.Boolean]",
+ "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
+ "DeadLetteringOnFilterEvaluationExceptions": "System.Nullable`1[System.Boolean]",
+ "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
+ "MessageCount": "System.Nullable`1[System.Int64]",
+ "DefaultMessageTimeToLive": "System.String",
+ "AutoDeleteOnIdle": "System.String",
+ "ForwardDeadLetteredMessagesTo": "System.String",
+ "LockDuration": "System.String",
"Name": "System.String",
- "Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "ForwardTo": "System.String",
+ "Id": "System.String"
},
"Methods": [
{
@@ -5829,7 +5332,7 @@
"Name": "",
"Parameters": [
{
- "Name": "drResource",
+ "Name": "subscriptionResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -5844,6 +5347,9 @@
"Parameters": [
{
"Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5853,6 +5359,9 @@
},
{
"Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5861,35 +5370,10 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "ResourceId",
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5899,6 +5383,9 @@
},
{
"Name": "Name",
+ "AliasList": [
+ "SubscriptionName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5907,30 +5394,17 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "PartnerNamespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AlternateName",
+ "Name": "MaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
},
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
{
@@ -5956,11 +5430,14 @@
],
"ParameterSets": [
{
- "Name": "GeoDRPropertiesSet",
+ "Name": "__AllParameterSets",
"Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5976,6 +5453,9 @@
{
"ParameterMetadata": {
"Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -5990,8 +5470,11 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "Type": {
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
@@ -6005,7 +5488,10 @@
},
{
"ParameterMetadata": {
- "Name": "PartnerNamespace",
+ "Name": "Name",
+ "AliasList": [
+ "SubscriptionName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6013,34 +5499,24 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": 3,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "AlternateName",
+ "Name": "MaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
},
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6075,47 +5551,171 @@
"ValueFromPipelineByPropertyName": false
}
]
- },
+ }
+ ]
+ },
+ {
+ "VerbName": "Get",
+ "NounName": "AzServiceBusTopic",
+ "Name": "Get-AzServiceBusTopic",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.GetAzureRmServiceBusTopic",
+ "SupportsShouldProcess": false,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
{
- "Name": "NamespaceInputObjectSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
+ "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
+ "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
+ "EnablePartitioning": "System.Nullable`1[System.Boolean]",
+ "EnableExpress": "System.Nullable`1[System.Boolean]",
+ "SupportOrdering": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
+ "SubscriptionCount": "System.Nullable`1[System.Int32]",
+ "SizeInBytes": "System.Nullable`1[System.Int64]",
+ "DuplicateDetectionHistoryTimeWindow": "System.String",
+ "AutoDeleteOnIdle": "System.String",
+ "Type": "System.String",
+ "Id": "System.String",
+ "DefaultMessageTimeToLive": "System.String",
+ "Name": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
}
- },
- "ValidateNotNullOrEmpty": true
+ ],
+ "ReturnType": "System.Boolean"
},
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "topicResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "MaxCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6124,13 +5724,16 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "PartnerNamespace",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6139,13 +5742,16 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AlternateName",
+ "Name": "Name",
+ "AliasList": [
+ "TopicName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -6154,215 +5760,23 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
- "Position": -2147483648,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PartnerNamespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AlternateName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "__AllParameterSets",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Name",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "PartnerNamespace",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AlternateName",
+ "Name": "MaxCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
},
+ "ValidateRangeMin": 1,
+ "ValidateRangeMax": 10000,
"ValidateNotNullOrEmpty": false
},
"Mandatory": false,
@@ -6402,9 +5816,9 @@
},
{
"VerbName": "New",
- "NounName": "AzServiceBusKey",
- "Name": "New-AzServiceBusKey",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureServiceBusKey",
+ "NounName": "AzServiceBusAuthorizationRule",
+ "Name": "New-AzServiceBusAuthorizationRule",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureServiceBusAuthorizationRule",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -6413,16 +5827,15 @@
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "PrimaryConnectionString": "System.String",
- "SecondaryConnectionString": "System.String",
- "AliasPrimaryConnectionString": "System.String",
- "AliasSecondaryConnectionString": "System.String",
- "PrimaryKey": "System.String",
- "SecondaryKey": "System.String",
- "KeyName": "System.String"
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Location": "System.String"
},
"Methods": [
{
@@ -6449,11 +5862,14 @@
}
],
"Constructors": [
+ {
+ "Name": ""
+ },
{
"Name": "",
"Parameters": [
{
- "Name": "listKeysResource",
+ "Name": "authRuleResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -6524,27 +5940,20 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "RegenerateKey",
+ "Name": "Rights",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
+ "Listen",
+ "Send",
+ "Manage"
],
"ValidateNotNullOrEmpty": false
},
- {
- "Name": "KeyValue",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -6605,15 +6014,17 @@
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "Rights",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
+ "Listen",
+ "Send",
+ "Manage"
],
"ValidateNotNullOrEmpty": false
},
@@ -6622,21 +6033,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "KeyValue",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -6721,15 +6117,17 @@
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "Rights",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
+ "Listen",
+ "Send",
+ "Manage"
],
"ValidateNotNullOrEmpty": false
},
@@ -6738,21 +6136,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "KeyValue",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -6855,15 +6238,17 @@
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "Rights",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
+ "Listen",
+ "Send",
+ "Manage"
],
"ValidateNotNullOrEmpty": false
},
@@ -6872,21 +6257,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "KeyValue",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -6989,15 +6359,17 @@
},
{
"ParameterMetadata": {
- "Name": "RegenerateKey",
+ "Name": "Rights",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
},
"ValidateSet": [
- "PrimaryKey",
- "SecondaryKey"
+ "Listen",
+ "Send",
+ "Manage"
],
"ValidateNotNullOrEmpty": false
},
@@ -7006,21 +6378,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "KeyValue",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -7053,37 +6410,21 @@
},
{
"VerbName": "New",
- "NounName": "AzServiceBusNamespace",
- "Name": "New-AzServiceBusNamespace",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.NewAzureRmServiceBusNamespace",
+ "NounName": "AzServiceBusAuthorizationRuleSASToken",
+ "Name": "New-AzServiceBusAuthorizationRuleSASToken",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureAuthorizationRuleSASToken",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessSignatureAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessSignatureAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
+ "SharedAccessSignature": "System.String"
},
"Methods": [
{
@@ -7117,7 +6458,7 @@
"Name": "",
"Parameters": [
{
- "Name": "evResource",
+ "Name": "sharedAccessSignature",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -7131,9 +6472,9 @@
],
"Parameters": [
{
- "Name": "ResourceGroupName",
+ "Name": "AuthorizationRuleId",
"AliasList": [
- "ResourceGroup"
+ "ResourceId"
],
"Type": {
"Namespace": "System",
@@ -7143,7 +6484,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Location",
+ "Name": "KeyType",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7152,104 +6493,28 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ExpiryTime",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "SkuName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateSet": [
- "Basic",
- "Standard",
- "Premium"
- ],
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "SkuCapacity",
+ "Name": "StartTime",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.Int32"
+ "System.DateTime"
]
},
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "ZoneRedundant",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DisableLocalAuth",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityType",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateSet": [
- "SystemAssigned",
- "UserAssigned",
- "SystemAssigned, UserAssigned",
- "None"
- ],
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "IdentityId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EncryptionConfig",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
- },
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
"Name": "DefaultProfile",
@@ -7278,9 +6543,9 @@
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "AuthorizationRuleId",
"AliasList": [
- "ResourceGroup"
+ "ResourceId"
],
"Type": {
"Namespace": "System",
@@ -7296,114 +6561,80 @@
},
{
"ParameterMetadata": {
- "Name": "Location",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
+ "Name": "DefaultProfile",
"AliasList": [
- "NamespaceName"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceAuthorizationRuleSet",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "SkuName",
+ "Name": "KeyType",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "Basic",
- "Standard",
- "Premium"
- ],
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SkuCapacity",
+ "Name": "ExpiryTime",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.Int32"
+ "System.DateTime"
]
},
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Tag",
- "Type": {
- "Namespace": "System.Collections",
- "Name": "System.Collections.Hashtable",
- "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ZoneRedundant",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DisableLocalAuth",
+ "Name": "StartTime",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.DateTime]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.DateTime"
+ ]
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -7412,54 +6643,19 @@
},
{
"ParameterMetadata": {
- "Name": "IdentityType",
+ "Name": "AuthorizationRuleId",
+ "AliasList": [
+ "ResourceId"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "SystemAssigned",
- "UserAssigned",
- "SystemAssigned, UserAssigned",
- "None"
- ],
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "IdentityId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String[]",
- "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "ElementType": "System.String"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "EncryptionConfig",
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
- },
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -7495,10 +6691,10 @@
},
{
"VerbName": "New",
- "NounName": "AzServiceBusQueue",
- "Name": "New-AzServiceBusQueue",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.NewAzureRmServiceBusQueue",
- "SupportsShouldProcess": true,
+ "NounName": "AzServiceBusEncryptionConfig",
+ "Name": "New-AzServiceBusEncryptionConfig",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Cmdlets.Namespace.NewKeyVaultPropertyObject",
+ "SupportsShouldProcess": false,
"ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
@@ -7506,32 +6702,13 @@
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
- "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
- "RequiresSession": "System.Nullable`1[System.Boolean]",
- "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
- "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
- "EnableExpress": "System.Nullable`1[System.Boolean]",
- "EnablePartitioning": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "AccessedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
- "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
- "MessageCount": "System.Nullable`1[System.Int64]",
- "SizeInBytes": "System.Nullable`1[System.Int64]",
- "DuplicateDetectionHistoryTimeWindow": "System.String",
- "DefaultMessageTimeToLive": "System.String",
- "AutoDeleteOnIdle": "System.String",
- "LockDuration": "System.String",
- "Name": "System.String",
- "ForwardTo": "System.String",
- "ForwardDeadLetteredMessagesTo": "System.String",
- "Id": "System.String"
+ "KeyName": "System.String",
+ "KeyVaultUri": "System.String",
+ "KeyVersion": "System.String",
+ "UserAssignedIdentity": "System.String"
},
"Methods": [
{
@@ -7565,7 +6742,7 @@
"Name": "",
"Parameters": [
{
- "Name": "quResource",
+ "Name": "keyVaultProperties",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -7579,59 +6756,34 @@
],
"Parameters": [
{
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
+ "Name": "KeyName",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "KeyVaultUri",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "Name",
- "AliasList": [
- "QueueName"
- ],
+ "Name": "KeyVersion",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EnablePartitioning",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "LockDuration",
+ "Name": "UserAssignedIdentity",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7640,25 +6792,201 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "AutoDeleteOnIdle",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateNotNullOrEmpty": true
- },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
{
- "Name": "DefaultMessageTimeToLive",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "KeyName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyVaultUri",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyVersion",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "UserAssignedIdentity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzServiceBusGeoDRConfiguration",
+ "Name": "New-AzServiceBusGeoDRConfiguration",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.NewAzureRmEventHubGeoDRConfiguration",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GeoDRPropertiesSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "drResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DuplicateDetectionHistoryTimeWindow",
+ "Name": "Namespace",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7667,23 +6995,72 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DeadLetteringOnMessageExpiration",
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EnableBatchedOperations",
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -7692,103 +7069,2412 @@
"ValidateNotNullOrEmpty": false
},
{
- "Name": "EnableExpress",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GeoDRPropertiesSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceInputObjectSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PartnerNamespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AlternateName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzServiceBusKey",
+ "Name": "New-AzServiceBusKey",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NewAzureServiceBusKey",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSListKeysAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrimaryConnectionString": "System.String",
+ "SecondaryConnectionString": "System.String",
+ "AliasPrimaryConnectionString": "System.String",
+ "AliasSecondaryConnectionString": "System.String",
+ "PrimaryKey": "System.String",
+ "SecondaryKey": "System.String",
+ "KeyName": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "listKeysResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Queue",
+ "AliasList": [
+ "QueueName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "QueueAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Queue",
+ "AliasList": [
+ "QueueName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "TopicAuthorizationRuleSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 3,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RegenerateKey",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "PrimaryKey",
+ "SecondaryKey"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "KeyValue",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzServiceBusNamespace",
+ "Name": "New-AzServiceBusNamespace",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.NewAzureRmServiceBusNamespace",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
+ "Id": "System.String",
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "evResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "SkuName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Basic",
+ "Standard",
+ "Premium"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "SkuCapacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "ZoneRedundant",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "SystemAssigned",
+ "UserAssigned",
+ "SystemAssigned, UserAssigned",
+ "None"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "IdentityId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EncryptionConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Location",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SkuName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "Basic",
+ "Standard",
+ "Premium"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SkuCapacity",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ZoneRedundant",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DisableLocalAuth",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityType",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateSet": [
+ "SystemAssigned",
+ "UserAssigned",
+ "SystemAssigned, UserAssigned",
+ "None"
+ ],
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "IdentityId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String[]",
+ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "ElementType": "System.String"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EncryptionConfig",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzServiceBusQueue",
+ "Name": "New-AzServiceBusQueue",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Queue.NewAzureRmServiceBusQueue",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "__AllParameterSets",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
+ "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
+ "RequiresSession": "System.Nullable`1[System.Boolean]",
+ "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
+ "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
+ "EnableExpress": "System.Nullable`1[System.Boolean]",
+ "EnablePartitioning": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
+ "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
+ "MessageCount": "System.Nullable`1[System.Int64]",
+ "SizeInBytes": "System.Nullable`1[System.Int64]",
+ "DuplicateDetectionHistoryTimeWindow": "System.String",
+ "DefaultMessageTimeToLive": "System.String",
+ "AutoDeleteOnIdle": "System.String",
+ "LockDuration": "System.String",
+ "Name": "System.String",
+ "ForwardTo": "System.String",
+ "ForwardDeadLetteredMessagesTo": "System.String",
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "quResource",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "AliasList": [
+ "QueueName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EnablePartitioning",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "LockDuration",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AutoDeleteOnIdle",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultMessageTimeToLive",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DuplicateDetectionHistoryTimeWindow",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DeadLetteringOnMessageExpiration",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "EnableBatchedOperations",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableExpress",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "MaxDeliveryCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "MaxSizeInMegabytes",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "MessageCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "RequiresDuplicateDetection",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "RequiresSession",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "SizeInBytes",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ForwardTo",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ForwardDeadLetteredMessagesTo",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "AliasList": [
+ "QueueName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnablePartitioning",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "LockDuration",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AutoDeleteOnIdle",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultMessageTimeToLive",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DuplicateDetectionHistoryTimeWindow",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DeadLetteringOnMessageExpiration",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableBatchedOperations",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "EnableExpress",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxDeliveryCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MaxSizeInMegabytes",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "MessageCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RequiresDuplicateDetection",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "RequiresSession",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "SizeInBytes",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForwardTo",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "ForwardDeadLetteredMessagesTo",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "New",
+ "NounName": "AzServiceBusRule",
+ "Name": "New-AzServiceBusRule",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.NewAzureRmServiceBusRule",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "RulePropertiesSet",
+ "OutputTypes": [
+ {
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
+ "CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
+ "SqlFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes",
+ "FilterType": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "rule",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
]
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
- "ValidateNotNullOrEmpty": true
- },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
{
- "Name": "MaxDeliveryCount",
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "MaxSizeInMegabytes",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "MessageCount",
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "RequiresDuplicateDetection",
+ "Name": "Subscription",
+ "AliasList": [
+ "SubscriptionName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "RequiresSession",
+ "Name": "Name",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "SizeInBytes",
+ "Name": "SqlExpression",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ForwardTo",
+ "Name": "ActionSqlExpression",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7797,13 +9483,13 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ForwardDeadLetteredMessagesTo",
+ "Name": "RequiresPreprocessing",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -7868,9 +9554,9 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "Topic",
"AliasList": [
- "QueueName"
+ "TopicName"
],
"Type": {
"Namespace": "System",
@@ -7886,44 +9572,10 @@
},
{
"ParameterMetadata": {
- "Name": "EnablePartitioning",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
+ "Name": "Subscription",
+ "AliasList": [
+ "SubscriptionName"
],
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "LockDuration",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AutoDeleteOnIdle",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7931,14 +9583,14 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultMessageTimeToLive",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7946,14 +9598,14 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 4,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DuplicateDetectionHistoryTimeWindow",
+ "Name": "SqlExpression",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -7961,40 +9613,29 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 5,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DeadLetteringOnMessageExpiration",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "EnableBatchedOperations",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
"ValidateNotNullOrEmpty": false
},
@@ -8002,148 +9643,117 @@
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "RuleActionPropertiesSet",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "EnableExpress",
+ "Name": "ActionSqlExpression",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
+ "Mandatory": true,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "MaxDeliveryCount",
+ "Name": "RequiresPreprocessing",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int32"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "MaxSizeInMegabytes",
+ "Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "MessageCount",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "RequiresDuplicateDetection",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
],
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "RequiresSession",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 2,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SizeInBytes",
+ "Name": "Subscription",
+ "AliasList": [
+ "SubscriptionName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ForwardTo",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8151,14 +9761,14 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 4,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ForwardDeadLetteredMessagesTo",
+ "Name": "SqlExpression",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8166,8 +9776,8 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 5,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -8203,27 +9813,38 @@
},
{
"VerbName": "New",
- "NounName": "AzServiceBusRule",
- "Name": "New-AzServiceBusRule",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Rule.NewAzureRmServiceBusRule",
+ "NounName": "AzServiceBusSubscription",
+ "Name": "New-AzServiceBusSubscription",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.NewAzureRmServiceBusSubscription",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "RulePropertiesSet",
+ "DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
- "CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
- "SqlFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes",
- "FilterType": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]",
+ "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
+ "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
+ "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
+ "RequiresSession": "System.Nullable`1[System.Boolean]",
+ "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
+ "DeadLetteringOnFilterEvaluationExceptions": "System.Nullable`1[System.Boolean]",
+ "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
+ "MessageCount": "System.Nullable`1[System.Int64]",
+ "DefaultMessageTimeToLive": "System.String",
+ "AutoDeleteOnIdle": "System.String",
+ "ForwardDeadLetteredMessagesTo": "System.String",
+ "LockDuration": "System.String",
"Name": "System.String",
- "Id": "System.String",
- "Type": "System.String"
+ "ForwardTo": "System.String",
+ "Id": "System.String"
},
"Methods": [
{
@@ -8257,7 +9878,7 @@
"Name": "",
"Parameters": [
{
- "Name": "rule",
+ "Name": "subscriptionResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -8307,7 +9928,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Subscription",
+ "Name": "Name",
"AliasList": [
"SubscriptionName"
],
@@ -8319,16 +9940,103 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "AutoDeleteOnIdle",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DefaultMessageTimeToLive",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DeadLetteringOnMessageExpiration",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "DeadLetteringOnFilterEvaluationExceptions",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "EnableBatchedOperations",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "LockDuration",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "MaxDeliveryCount",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "RequiresSession",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "SqlExpression",
+ "Name": "ForwardTo",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8337,7 +10045,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ActionSqlExpression",
+ "Name": "ForwardDeadLetteredMessagesTo",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8345,15 +10053,6 @@
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "RequiresPreprocessing",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -8435,7 +10134,7 @@
},
{
"ParameterMetadata": {
- "Name": "Subscription",
+ "Name": "Name",
"AliasList": [
"SubscriptionName"
],
@@ -8453,7 +10152,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "AutoDeleteOnIdle",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8461,14 +10160,14 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 4,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SqlExpression",
+ "Name": "DefaultMessageTimeToLive",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8476,60 +10175,36 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 5,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "RuleActionPropertiesSet",
- "Parameters": [
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
- "Name": "ActionSqlExpression",
+ "Name": "DeadLetteringOnMessageExpiration",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "RequiresPreprocessing",
+ "Name": "DeadLetteringOnFilterEvaluationExceptions",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -8544,79 +10219,84 @@
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
+ "Name": "EnableBatchedOperations",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "LockDuration",
"Type": {
"Namespace": "System",
"Name": "System.String",
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
+ "Name": "MaxDeliveryCount",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int32]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int32"
+ ]
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 2,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Subscription",
- "AliasList": [
- "SubscriptionName"
- ],
+ "Name": "RequiresSession",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "ForwardTo",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8624,14 +10304,14 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 4,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SqlExpression",
+ "Name": "ForwardDeadLetteredMessagesTo",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8639,8 +10319,8 @@
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": true,
- "Position": 5,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -8676,9 +10356,9 @@
},
{
"VerbName": "New",
- "NounName": "AzServiceBusSubscription",
- "Name": "New-AzServiceBusSubscription",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Subscription.NewAzureRmServiceBusSubscription",
+ "NounName": "AzServiceBusTopic",
+ "Name": "New-AzServiceBusTopic",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.NewAzureRmServiceBusTopic",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
@@ -8687,27 +10367,28 @@
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
"EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
- "RequiresSession": "System.Nullable`1[System.Boolean]",
- "DeadLetteringOnMessageExpiration": "System.Nullable`1[System.Boolean]",
- "DeadLetteringOnFilterEvaluationExceptions": "System.Nullable`1[System.Boolean]",
- "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
+ "EnablePartitioning": "System.Nullable`1[System.Boolean]",
+ "EnableExpress": "System.Nullable`1[System.Boolean]",
+ "SupportOrdering": "System.Nullable`1[System.Boolean]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
"CreatedAt": "System.Nullable`1[System.DateTime]",
- "MaxDeliveryCount": "System.Nullable`1[System.Int32]",
- "MessageCount": "System.Nullable`1[System.Int64]",
- "DefaultMessageTimeToLive": "System.String",
+ "AccessedAt": "System.Nullable`1[System.DateTime]",
+ "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
+ "SubscriptionCount": "System.Nullable`1[System.Int32]",
+ "SizeInBytes": "System.Nullable`1[System.Int64]",
+ "DuplicateDetectionHistoryTimeWindow": "System.String",
"AutoDeleteOnIdle": "System.String",
- "ForwardDeadLetteredMessagesTo": "System.String",
- "LockDuration": "System.String",
- "Name": "System.String",
- "ForwardTo": "System.String",
- "Id": "System.String"
+ "Type": "System.String",
+ "Id": "System.String",
+ "DefaultMessageTimeToLive": "System.String",
+ "Name": "System.String"
},
"Methods": [
{
@@ -8741,7 +10422,7 @@
"Name": "",
"Parameters": [
{
- "Name": "subscriptionResource",
+ "Name": "topicResource",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
@@ -8779,7 +10460,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Topic",
+ "Name": "Name",
"AliasList": [
"TopicName"
],
@@ -8791,10 +10472,23 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "SubscriptionName"
+ "Name": "EnablePartitioning",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
+ },
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
],
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "AutoDeleteOnIdle",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8803,7 +10497,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "AutoDeleteOnIdle",
+ "Name": "DefaultMessageTimeToLive",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8812,7 +10506,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DefaultMessageTimeToLive",
+ "Name": "DuplicateDetectionHistoryTimeWindow",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -8821,7 +10515,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DeadLetteringOnMessageExpiration",
+ "Name": "EnableBatchedOperations",
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
@@ -8837,16 +10531,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DeadLetteringOnFilterEvaluationExceptions",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "EnableBatchedOperations",
+ "Name": "EnableExpress",
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
@@ -8858,32 +10543,23 @@
"ValidateSet": [
"TRUE",
"FALSE"
- ],
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "LockDuration",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": false
+ ],
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "MaxDeliveryCount",
+ "Name": "MaxSizeInMegabytes",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.Int32"
+ "System.Int64"
]
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "RequiresSession",
+ "Name": "RequiresDuplicateDetection",
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
@@ -8899,20 +10575,30 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ForwardTo",
+ "Name": "SupportOrdering",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ForwardDeadLetteredMessagesTo",
+ "Name": "SizeInBytes",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
"ValidateNotNullOrEmpty": true
},
@@ -8979,7 +10665,7 @@
},
{
"ParameterMetadata": {
- "Name": "Topic",
+ "Name": "Name",
"AliasList": [
"TopicName"
],
@@ -8997,19 +10683,23 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "SubscriptionName"
- ],
+ "Name": "EnablePartitioning",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 3,
+ "Position": -2147483648,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
@@ -9045,19 +10735,12 @@
},
{
"ParameterMetadata": {
- "Name": "DeadLetteringOnMessageExpiration",
+ "Name": "DuplicateDetectionHistoryTimeWindow",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -9065,21 +10748,6 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "DeadLetteringOnFilterEvaluationExceptions",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "EnableBatchedOperations",
@@ -9104,13 +10772,20 @@
},
{
"ParameterMetadata": {
- "Name": "LockDuration",
+ "Name": "EnableExpress",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
- "ValidateNotNullOrEmpty": false
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
+ "ValidateNotNullOrEmpty": true
},
"Mandatory": false,
"Position": -2147483648,
@@ -9119,13 +10794,13 @@
},
{
"ParameterMetadata": {
- "Name": "MaxDeliveryCount",
+ "Name": "MaxSizeInMegabytes",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int32]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
- "System.Int32"
+ "System.Int64"
]
},
"ValidateNotNullOrEmpty": true
@@ -9137,7 +10812,7 @@
},
{
"ParameterMetadata": {
- "Name": "RequiresSession",
+ "Name": "RequiresDuplicateDetection",
"Type": {
"Namespace": "System",
"Name": "System.Nullable`1[System.Boolean]",
@@ -9159,12 +10834,19 @@
},
{
"ParameterMetadata": {
- "Name": "ForwardTo",
+ "Name": "SupportOrdering",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Boolean]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Boolean"
+ ]
},
+ "ValidateSet": [
+ "TRUE",
+ "FALSE"
+ ],
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
@@ -9174,11 +10856,14 @@
},
{
"ParameterMetadata": {
- "Name": "ForwardDeadLetteredMessagesTo",
+ "Name": "SizeInBytes",
"Type": {
"Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Nullable`1[System.Int64]",
+ "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "GenericTypeArguments": [
+ "System.Int64"
+ ]
},
"ValidateNotNullOrEmpty": true
},
@@ -9218,79 +10903,20 @@
]
},
{
- "VerbName": "New",
- "NounName": "AzServiceBusTopic",
- "Name": "New-AzServiceBusTopic",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Topic.NewAzureRmServiceBusTopic",
+ "VerbName": "Remove",
+ "NounName": "AzServiceBusAuthorizationRule",
+ "Name": "Remove-AzServiceBusAuthorizationRule",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.RemoveAzureServiceBusAuthorizationRule",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "__AllParameterSets",
+ "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
- "Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
- "EnableBatchedOperations": "System.Nullable`1[System.Boolean]",
- "RequiresDuplicateDetection": "System.Nullable`1[System.Boolean]",
- "EnablePartitioning": "System.Nullable`1[System.Boolean]",
- "EnableExpress": "System.Nullable`1[System.Boolean]",
- "SupportOrdering": "System.Nullable`1[System.Boolean]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "AccessedAt": "System.Nullable`1[System.DateTime]",
- "MaxSizeInMegabytes": "System.Nullable`1[System.Int32]",
- "SubscriptionCount": "System.Nullable`1[System.Int32]",
- "SizeInBytes": "System.Nullable`1[System.Int64]",
- "DuplicateDetectionHistoryTimeWindow": "System.String",
- "AutoDeleteOnIdle": "System.String",
- "Type": "System.String",
- "Id": "System.String",
- "DefaultMessageTimeToLive": "System.String",
- "Name": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "topicResource",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -9299,59 +10925,7 @@
],
"Parameters": [
{
- "Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EnablePartitioning",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "AutoDeleteOnIdle",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9360,7 +10934,10 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DefaultMessageTimeToLive",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9369,7 +10946,10 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "DuplicateDetectionHistoryTimeWindow",
+ "Name": "Queue",
+ "AliasList": [
+ "QueueName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9378,92 +10958,66 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "EnableBatchedOperations",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
],
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "EnableExpress",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "MaxSizeInMegabytes",
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "RequiresDuplicateDetection",
+ "Name": "InputObject",
+ "AliasList": [
+ "AuthRuleObj"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Location": "System.String"
+ }
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
{
- "Name": "SupportOrdering",
+ "Name": "Force",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
- "Name": "SizeInBytes",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
{
"Name": "DefaultProfile",
@@ -9493,9 +11047,6 @@
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -9508,29 +11059,11 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "Name",
"AliasList": [
- "TopicName"
+ "AuthorizationRuleName"
],
"Type": {
"Namespace": "System",
@@ -9540,200 +11073,203 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "EnablePartitioning",
- "Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
- },
- "ValidateSet": [
- "TRUE",
- "FALSE"
+ "Name": "InputObject",
+ "AliasList": [
+ "AuthRuleObj"
],
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "AutoDeleteOnIdle",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Location": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "Position": 4,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DefaultMessageTimeToLive",
+ "Name": "Force",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "DuplicateDetectionHistoryTimeWindow",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "EnableBatchedOperations",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceAuthorizationRuleSet",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "EnableExpress",
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "MaxSizeInMegabytes",
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "RequiresDuplicateDetection",
+ "Name": "Name",
+ "AliasList": [
+ "AuthorizationRuleName"
+ ],
"Type": {
"Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 3,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "SupportOrdering",
+ "Name": "InputObject",
+ "AliasList": [
+ "AuthRuleObj"
+ ],
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Boolean]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Boolean"
- ]
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
+ "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "Location": "System.String"
+ }
},
- "ValidateSet": [
- "TRUE",
- "FALSE"
- ],
"ValidateNotNullOrEmpty": true
},
"Mandatory": false,
+ "Position": 4,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "SizeInBytes",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.Nullable`1[System.Int64]",
- "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
- "GenericTypeArguments": [
- "System.Int64"
- ]
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
"Mandatory": false,
"Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -9762,151 +11298,46 @@
"ValueFromPipelineByPropertyName": false
}
]
- }
- ]
- },
- {
- "VerbName": "Remove",
- "NounName": "AzServiceBusAuthorizationRule",
- "Name": "Remove-AzServiceBusAuthorizationRule",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.RemoveAzureServiceBusAuthorizationRule",
- "SupportsShouldProcess": true,
- "ConfirmImpact": 2,
- "SupportsPaging": false,
- "DefaultParameterSetName": "NamespaceAuthorizationRuleSet",
- "OutputTypes": [
- {
- "Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ParameterSets": [
- "__AllParameterSets"
- ]
- }
- ],
- "Parameters": [
- {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Queue",
- "AliasList": [
- "QueueName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
- "AliasList": [
- "AuthRuleObj"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "Location": "System.String"
- }
- },
- "ValidateNotNullOrEmpty": true
},
{
- "Name": "Force",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- }
- ],
- "ParameterSets": [
- {
- "Name": "__AllParameterSets",
+ "Name": "QueueAuthorizationRuleSet",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "AliasList": [
+ "NamespaceName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Queue",
+ "AliasList": [
+ "QueueName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -9949,7 +11380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -10025,7 +11456,7 @@
]
},
{
- "Name": "NamespaceAuthorizationRuleSet",
+ "Name": "TopicAuthorizationRuleSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -10045,6 +11476,24 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
+ {
+ "ParameterMetadata": {
+ "Name": "Topic",
+ "AliasList": [
+ "TopicName"
+ ],
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
@@ -10087,7 +11536,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -10106,7 +11555,232 @@
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "Force",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "VerbName": "Remove",
+ "NounName": "AzServiceBusGeoDRConfiguration",
+ "Name": "Remove-AzServiceBusGeoDRConfiguration",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.RemoveServicBusGeoDRConfiguration",
+ "SupportsShouldProcess": true,
+ "ConfirmImpact": 2,
+ "SupportsPaging": false,
+ "DefaultParameterSetName": "GeoDRPropertiesSet",
+ "OutputTypes": [
+ {
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ParameterSets": [
+ "__AllParameterSets"
+ ]
+ }
+ ],
+ "Parameters": [
+ {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "InputObject",
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ }
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ {
+ "Name": "PassThru",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AsJob",
+ "Type": {
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
+ "Type": {
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
+ }
+ },
+ "ValidateNotNullOrEmpty": false
+ }
+ ],
+ "ParameterSets": [
+ {
+ "Name": "GeoDRPropertiesSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceGroupName",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Namespace",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 1,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "Name",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": true
+ },
+ "Mandatory": true,
+ "Position": 2,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10121,7 +11795,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10163,106 +11837,36 @@
]
},
{
- "Name": "QueueAuthorizationRuleSet",
+ "Name": "GeoDRConfigurationInputObjectSet",
"Parameters": [
- {
- "ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Queue",
- "AliasList": [
- "QueueName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 3,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
{
"ParameterMetadata": {
"Name": "InputObject",
- "AliasList": [
- "AuthRuleObj"
- ],
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
"Id": "System.String",
"Type": "System.String",
- "Name": "System.String",
- "Location": "System.String"
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
}
},
"ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": 4,
+ "Mandatory": true,
+ "Position": 0,
"ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10277,7 +11881,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10319,32 +11923,11 @@
]
},
{
- "Name": "TopicAuthorizationRuleSet",
+ "Name": "GeoDRConfigResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "Namespace",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 1,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Topic",
- "AliasList": [
- "TopicName"
- ],
+ "Name": "ResourceId",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10353,72 +11936,74 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 0,
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "PassThru",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 0,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "AuthorizationRuleName"
- ],
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 3,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "DefaultProfile",
"AliasList": [
- "AuthRuleObj"
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
- "Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "Location": "System.String"
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.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": 4,
- "ValueFromPipeline": true,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
- },
+ }
+ ]
+ },
+ {
+ "Name": "__AllParameterSets",
+ "Parameters": [
{
"ParameterMetadata": {
- "Name": "Force",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10433,7 +12018,7 @@
},
{
"ParameterMetadata": {
- "Name": "PassThru",
+ "Name": "AsJob",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -10478,19 +12063,67 @@
},
{
"VerbName": "Remove",
- "NounName": "AzServiceBusGeoDRConfiguration",
- "Name": "Remove-AzServiceBusGeoDRConfiguration",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.GeoDR.RemoveServicBusGeoDRConfiguration",
+ "NounName": "AzServiceBusIPRule",
+ "Name": "Remove-AzServiceBusIPRule",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureServiceBusIPRule",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "GeoDRPropertiesSet",
+ "DefaultParameterSetName": "IPRulePropertiesParameterSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
+ "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
+ "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Name": "System.String",
+ "DefaultAction": "System.String",
+ "PublicNetworkAccess": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "networkRuleSet",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
},
"ParameterSets": [
"__AllParameterSets"
@@ -10508,7 +12141,10 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Namespace",
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10517,7 +12153,7 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
+ "Name": "IpMask",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10526,33 +12162,18 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "InputObject",
+ "Name": "IpRuleObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
- "Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "IpMask": "System.String",
+ "Action": "System.String"
}
},
"ValidateNotNullOrEmpty": true
},
- {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
{
"Name": "PassThru",
"Type": {
@@ -10594,7 +12215,7 @@
],
"ParameterSets": [
{
- "Name": "GeoDRPropertiesSet",
+ "Name": "IPRulePropertiesParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -10613,7 +12234,10 @@
},
{
"ParameterMetadata": {
- "Name": "Namespace",
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10628,7 +12252,7 @@
},
{
"ParameterMetadata": {
- "Name": "Name",
+ "Name": "IpMask",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -10700,108 +12324,59 @@
]
},
{
- "Name": "GeoDRConfigurationInputObjectSet",
+ "Name": "IPRuleInputObjectParameterSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "ResourceGroupName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
- "Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
"Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
- "Mandatory": false,
- "Position": -2147483648,
+ "Mandatory": true,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
+ "Name": "IpRuleObject",
"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.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.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]"
+ "IpMask": "System.String",
+ "Action": "System.String"
}
},
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "GeoDRConfigResourceIdParameterSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "ResourceId",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "Position": 2,
+ "ValueFromPipeline": true,
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -10926,67 +12501,19 @@
},
{
"VerbName": "Remove",
- "NounName": "AzServiceBusIPRule",
- "Name": "Remove-AzServiceBusIPRule",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureServiceBusIPRule",
+ "NounName": "AzServiceBusMigration",
+ "Name": "Remove-AzServiceBusMigration",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.RemoveAzureServiceBusMigrationConfiguration",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "IPRulePropertiesParameterSet",
+ "DefaultParameterSetName": "MigrationConfigurationPropertiesSet",
"OutputTypes": [
{
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
- "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "TrustedServiceAccessEnabled": "System.Nullable`1[System.Boolean]",
- "Id": "System.String",
- "Type": "System.String",
- "Name": "System.String",
- "DefaultAction": "System.String",
- "PublicNetworkAccess": "System.String"
- },
- "Methods": [
- {
- "Name": "GetType",
- "ReturnType": "System.Type"
- },
- {
- "Name": "ToString",
- "ReturnType": "System.String"
- },
- {
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean"
- },
- {
- "Name": "GetHashCode",
- "ReturnType": "System.Int32"
- }
- ],
- "Constructors": [
- {
- "Name": ""
- },
- {
- "Name": "",
- "Parameters": [
- {
- "Name": "networkRuleSet",
- "Type": "System.Reflection.RuntimeParameterInfo"
- }
- ]
- }
- ]
+ "Namespace": "System",
+ "Name": "System.Boolean",
+ "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -11005,9 +12532,6 @@
},
{
"Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11016,24 +12540,30 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "IpMask",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "IpRuleObject",
+ "Name": "ResourceId",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "IpMask": "System.String",
- "Action": "System.String"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
@@ -11078,29 +12608,11 @@
],
"ParameterSets": [
{
- "Name": "IPRulePropertiesParameterSet",
+ "Name": "MigrationConfigurationPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- "Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
- },
- {
- "ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "ResourceGroupName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11109,13 +12621,13 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 1,
+ "Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "IpMask",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11124,9 +12636,9 @@
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
+ "Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -11187,59 +12699,108 @@
]
},
{
- "Name": "IPRuleInputObjectParameterSet",
+ "Name": "NamespaceInputObjectSet",
"Parameters": [
{
"ParameterMetadata": {
- "Name": "ResourceGroupName",
+ "Name": "InputObject",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
+ "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
+ "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "PartnerNamespace": "System.String",
+ "AlternateName": "System.String"
+ }
},
"ValidateNotNullOrEmpty": true
},
"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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "AsJob",
"Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Namespace": "System.Management.Automation",
+ "Name": "System.Management.Automation.SwitchParameter",
+ "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
- "ValidateNotNullOrEmpty": true
+ "ValidateNotNullOrEmpty": false
},
- "Mandatory": true,
- "Position": 1,
+ "Mandatory": false,
+ "Position": -2147483648,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
- "Name": "IpRuleObject",
+ "Name": "DefaultProfile",
+ "AliasList": [
+ "AzContext",
+ "AzureRmContext",
+ "AzureCredential"
+ ],
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
+ "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "IpMask": "System.String",
- "Action": "System.String"
+ "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
+ "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
+ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
+ "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
}
},
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ }
+ ]
+ },
+ {
+ "Name": "NamespaceResourceIdParameterSet",
+ "Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "ResourceId",
+ "Type": {
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 2,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
+ "Position": 0,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -11364,13 +12925,13 @@
},
{
"VerbName": "Remove",
- "NounName": "AzServiceBusMigration",
- "Name": "Remove-AzServiceBusMigration",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Migration.RemoveAzureServiceBusMigrationConfiguration",
+ "NounName": "AzServiceBusNamespace",
+ "Name": "Remove-AzServiceBusNamespace",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.RemoveAzureRmServiceBusNamespace",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "MigrationConfigurationPropertiesSet",
+ "DefaultParameterSetName": "NamespacePropertiesSet",
"OutputTypes": [
{
"Type": {
@@ -11386,6 +12947,9 @@
"Parameters": [
{
"Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11395,6 +12959,9 @@
},
{
"Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11406,17 +12973,27 @@
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
"Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
}
},
"ValidateNotNullOrEmpty": true
@@ -11471,11 +13048,14 @@
],
"ParameterSets": [
{
- "Name": "MigrationConfigurationPropertiesSet",
+ "Name": "NamespacePropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
+ "AliasList": [
+ "ResourceGroup"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11486,11 +13066,14 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
"Name": "Name",
+ "AliasList": [
+ "NamespaceName"
+ ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11501,7 +13084,7 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
@@ -11569,17 +13152,27 @@
"Name": "InputObject",
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
- "ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "PendingReplicationOperationsCount": "System.Nullable`1[System.Int64]",
- "Name": "System.String",
+ "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
+ "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
+ "Tag": "System.Collections.Hashtable",
+ "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
+ "ZoneRedundant": "System.Nullable`1[System.Boolean]",
+ "UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
+ "ServiceBusEndpoint": "System.String",
+ "Location": "System.String",
"Id": "System.String",
- "Type": "System.String",
- "PartnerNamespace": "System.String",
- "AlternateName": "System.String"
+ "Name": "System.String",
+ "ResourceGroupName": "System.String",
+ "IdentityType": "System.String",
+ "ResourceGroup": "System.String",
+ "IdentityId": "System.String[]"
}
},
"ValidateNotNullOrEmpty": true
@@ -11788,13 +13381,13 @@
},
{
"VerbName": "Remove",
- "NounName": "AzServiceBusNamespace",
- "Name": "Remove-AzServiceBusNamespace",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.Namespace.RemoveAzureRmServiceBusNamespace",
+ "NounName": "AzServiceBusNetworkRuleSet",
+ "Name": "Remove-AzServiceBusNetworkRuleSet",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureServiceBusNetworkRuleSet",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NamespacePropertiesSet",
+ "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
"OutputTypes": [
{
"Type": {
@@ -11810,9 +13403,6 @@
"Parameters": [
{
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11837,23 +13427,24 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
"Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
"Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
"Tag": "System.Collections.Hashtable",
"DisableLocalAuth": "System.Nullable`1[System.Boolean]",
"ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
"ServiceBusEndpoint": "System.String",
"Location": "System.String",
"Id": "System.String",
"Name": "System.String",
"ResourceGroupName": "System.String",
"IdentityType": "System.String",
- "ProvisioningState": "System.String",
"ResourceGroup": "System.String",
"IdentityId": "System.String[]"
}
@@ -11910,14 +13501,11 @@
],
"ParameterSets": [
{
- "Name": "NamespacePropertiesSet",
+ "Name": "NetworkRuleSetPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
"Name": "ResourceGroupName",
- "AliasList": [
- "ResourceGroup"
- ],
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -11928,7 +13516,7 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -11946,7 +13534,7 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": true
+ "ValueFromPipelineByPropertyName": false
},
{
"ParameterMetadata": {
@@ -12015,23 +13603,24 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
"Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
"Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
"Tag": "System.Collections.Hashtable",
"DisableLocalAuth": "System.Nullable`1[System.Boolean]",
"ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
"ServiceBusEndpoint": "System.String",
"Location": "System.String",
"Id": "System.String",
"Name": "System.String",
"ResourceGroupName": "System.String",
"IdentityType": "System.String",
- "ProvisioningState": "System.String",
"ResourceGroup": "System.String",
"IdentityId": "System.String[]"
}
@@ -12102,7 +13691,7 @@
]
},
{
- "Name": "NamespaceResourceIdParameterSet",
+ "Name": "NetworkRuleSetResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -12242,19 +13831,19 @@
},
{
"VerbName": "Remove",
- "NounName": "AzServiceBusNetworkRuleSet",
- "Name": "Remove-AzServiceBusNetworkRuleSet",
- "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.NetworkruleSet.RemoveAzureServiceBusNetworkRuleSet",
+ "NounName": "AzServiceBusPrivateEndpointConnection",
+ "Name": "Remove-AzServiceBusPrivateEndpointConnection",
+ "ClassName": "Microsoft.Azure.Commands.ServiceBus.Commands.PrivateEndpoints.RemoveAzureServiceBusPrivateEndpointConnection",
"SupportsShouldProcess": true,
"ConfirmImpact": 2,
"SupportsPaging": false,
- "DefaultParameterSetName": "NetworkRuleSetPropertiesSet",
+ "DefaultParameterSetName": "PrivateEndpointPropertiesSet",
"OutputTypes": [
{
"Type": {
"Namespace": "System",
- "Name": "System.Boolean",
- "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ "Name": "System.Void",
+ "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ParameterSets": [
"__AllParameterSets"
@@ -12272,47 +13861,16 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
- "Type": {
- "Namespace": "System",
- "Name": "System.String",
- "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
- },
- "ValidateNotNullOrEmpty": true
- },
- {
- "Name": "InputObject",
+ "Name": "NamespaceName",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
{
- "Name": "ResourceId",
+ "Name": "Name",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12321,16 +13879,16 @@
"ValidateNotNullOrEmpty": true
},
{
- "Name": "PassThru",
+ "Name": "ResourceId",
"Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
- "ValidateNotNullOrEmpty": false
+ "ValidateNotNullOrEmpty": true
},
{
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -12361,7 +13919,7 @@
],
"ParameterSets": [
{
- "Name": "NetworkRuleSetPropertiesSet",
+ "Name": "PrivateEndpointPropertiesSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -12376,14 +13934,11 @@
"Mandatory": true,
"Position": 0,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "Name",
- "AliasList": [
- "NamespaceName"
- ],
+ "Name": "NamespaceName",
"Type": {
"Namespace": "System",
"Name": "System.String",
@@ -12394,121 +13949,26 @@
"Mandatory": true,
"Position": 1,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "AsJob",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "DefaultProfile",
- "AliasList": [
- "AzContext",
- "AzureRmContext",
- "AzureCredential"
- ],
- "Type": {
- "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core",
- "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext",
- "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]",
- "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]",
- "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]"
- }
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- }
- ]
- },
- {
- "Name": "NamespaceInputObjectSet",
- "Parameters": [
- {
- "ParameterMetadata": {
- "Name": "InputObject",
+ "Name": "Name",
"Type": {
- "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
- "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
- "Properties": {
- "EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "Tag": "System.Collections.Hashtable",
- "DisableLocalAuth": "System.Nullable`1[System.Boolean]",
- "ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
- "UpdatedAt": "System.Nullable`1[System.DateTime]",
- "ServiceBusEndpoint": "System.String",
- "Location": "System.String",
- "Id": "System.String",
- "Name": "System.String",
- "ResourceGroupName": "System.String",
- "IdentityType": "System.String",
- "ProvisioningState": "System.String",
- "ResourceGroup": "System.String",
- "IdentityId": "System.String[]"
- }
+ "Namespace": "System",
+ "Name": "System.String",
+ "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
},
"ValidateNotNullOrEmpty": true
},
"Mandatory": true,
- "Position": 0,
- "ValueFromPipeline": true,
- "ValueFromPipelineByPropertyName": false
- },
- {
- "ParameterMetadata": {
- "Name": "PassThru",
- "Type": {
- "Namespace": "System.Management.Automation",
- "Name": "System.Management.Automation.SwitchParameter",
- "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
+ "Position": 2,
"ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
+ "ValueFromPipelineByPropertyName": true
},
{
"ParameterMetadata": {
- "Name": "AsJob",
+ "Name": "PassThru",
"Type": {
"Namespace": "System.Management.Automation",
"Name": "System.Management.Automation.SwitchParameter",
@@ -12550,7 +14010,7 @@
]
},
{
- "Name": "NetworkRuleSetResourceIdParameterSet",
+ "Name": "PrivateEndpointResourceIdParameterSet",
"Parameters": [
{
"ParameterMetadata": {
@@ -12582,21 +14042,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -12643,21 +14088,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.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
- },
- "ValidateNotNullOrEmpty": false
- },
- "Mandatory": false,
- "Position": -2147483648,
- "ValueFromPipeline": false,
- "ValueFromPipelineByPropertyName": false
- },
{
"ParameterMetadata": {
"Name": "DefaultProfile",
@@ -12751,7 +14181,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -12953,7 +14383,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -13268,7 +14698,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -13523,7 +14953,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -13794,7 +15224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -14009,7 +15439,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -14298,7 +15728,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -14496,7 +15926,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -14737,7 +16167,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -14828,7 +16258,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -15027,7 +16457,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -15175,7 +16605,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -15294,7 +16724,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -15437,7 +16867,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -15584,7 +17014,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -15731,7 +17161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -15842,7 +17272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSharedAccessAuthorizationRuleAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]",
"Rights": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
@@ -15979,7 +17409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -16136,7 +17566,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -16361,7 +17791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -16515,7 +17945,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -16700,23 +18130,24 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EncryptionConfig": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
"Identity": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
+ "PrivateEndpointConnections": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
"Sku": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
"Tag": "System.Collections.Hashtable",
"DisableLocalAuth": "System.Nullable`1[System.Boolean]",
"ZoneRedundant": "System.Nullable`1[System.Boolean]",
- "CreatedAt": "System.Nullable`1[System.DateTime]",
"UpdatedAt": "System.Nullable`1[System.DateTime]",
+ "CreatedAt": "System.Nullable`1[System.DateTime]",
+ "ProvisioningState": "System.String",
"ServiceBusEndpoint": "System.String",
"Location": "System.String",
"Id": "System.String",
"Name": "System.String",
"ResourceGroupName": "System.String",
"IdentityType": "System.String",
- "ProvisioningState": "System.String",
"ResourceGroup": "System.String",
"IdentityId": "System.String[]"
},
@@ -16872,7 +18303,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -17064,7 +18495,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -17118,7 +18549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -17227,7 +18658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -17240,7 +18671,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -17250,7 +18681,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -17337,7 +18768,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNetworkRuleSetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
"VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
@@ -17471,7 +18902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -17490,7 +18921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes"
},
"ValidateNotNullOrEmpty": false
@@ -17654,7 +19085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -17769,7 +19200,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -17886,7 +19317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSQueueAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -17964,7 +19395,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
"CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
@@ -18081,7 +19512,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
"CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
@@ -18212,7 +19643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Action": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
"CorrelationFilter": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
@@ -18274,7 +19705,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -18384,7 +19815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -18496,7 +19927,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubscriptionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -18569,7 +20000,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -18680,7 +20111,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -18793,7 +20224,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSTopicAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"CountDetails": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
"Status": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
@@ -18867,7 +20298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -19146,7 +20577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -19288,7 +20719,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusDRConfigurationAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
"Role": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
@@ -19473,7 +20904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSCheckNameAvailabilityResultAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSCheckNameAvailabilityResultAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Reason": "System.Nullable`1[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes]",
"NameAvailable": "System.Nullable`1[System.Boolean]",
@@ -20180,7 +21611,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes"
]
@@ -20188,7 +21619,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetIpRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"IpMask": "System.String",
"Action": "System.String"
@@ -20250,7 +21681,7 @@
"System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes"
]
@@ -20258,7 +21689,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSNWRuleSetVirtualNetworkRulesAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Subnet": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes",
"IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]"
@@ -20315,7 +21746,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSubnetAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String"
},
@@ -20504,10 +21935,56 @@
"Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription"
]
},
+ "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "Id": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "privateEndpoint",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR"
]
@@ -20515,7 +21992,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.ProvisioningStateDR, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -20607,7 +22084,7 @@
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery"
]
@@ -20615,7 +22092,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.RoleDisasterRecovery, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -20719,7 +22196,7 @@
"System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]]",
- "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]"
]
@@ -20727,7 +22204,7 @@
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.AccessRights]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.AccessRights"
]
@@ -20735,7 +22212,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.AccessRights": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.AccessRights",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.AccessRights, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -20822,13 +22299,13 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[]",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes"
},
"Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSEncryptionConfigAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"KeyName": "System.String",
"KeyVaultUri": "System.String",
@@ -20877,7 +22354,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSIdentityAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity]",
"Type": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType]",
@@ -20926,7 +22403,7 @@
"System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity]": {
"Namespace": "System.Collections.Generic",
"Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity]",
- "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"System.String",
"Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity"
@@ -20935,7 +22412,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.UserAssignedIdentity, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrincipalId": "System.String",
"ClientId": "System.String"
@@ -20986,7 +22463,7 @@
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType"
]
@@ -20994,7 +22471,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.ManagedServiceIdentityType, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -21078,10 +22555,69 @@
}
]
},
+ "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[]",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes[], Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "ElementType": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes"
+ },
+ "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes": {
+ "Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
+ "Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointConnectionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "Properties": {
+ "PrivateEndpoint": "Microsoft.Azure.Commands.ServiceBus.Models.PSServiceBusPrivateEndpointAttributes",
+ "Name": "System.String",
+ "Id": "System.String",
+ "Type": "System.String",
+ "Location": "System.String",
+ "ProvisioningState": "System.String",
+ "ConnectionState": "System.String",
+ "Description": "System.String"
+ },
+ "Methods": [
+ {
+ "Name": "GetType",
+ "ReturnType": "System.Type"
+ },
+ {
+ "Name": "ToString",
+ "ReturnType": "System.String"
+ },
+ {
+ "Name": "Equals",
+ "Parameters": [
+ {
+ "Name": "obj",
+ "Type": "System.Object"
+ }
+ ],
+ "ReturnType": "System.Boolean"
+ },
+ {
+ "Name": "GetHashCode",
+ "ReturnType": "System.Int32"
+ }
+ ],
+ "Constructors": [
+ {
+ "Name": ""
+ },
+ {
+ "Name": "",
+ "Parameters": [
+ {
+ "Name": "privateEndpoint",
+ "Type": "System.Reflection.RuntimeParameterInfo"
+ }
+ ]
+ }
+ ]
+ },
"Microsoft.Azure.Management.ServiceBus.Models.SBSku": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.SBSku",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SBSku, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SBSku, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Name": "Microsoft.Azure.Management.ServiceBus.Models.SkuName",
"Tier": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.SkuTier]",
@@ -21141,7 +22677,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.SkuName": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SkuName, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SkuName, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -21228,7 +22764,7 @@
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.SkuTier]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.SkuTier]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.SkuTier"
]
@@ -21236,7 +22772,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.SkuTier": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.SkuTier",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.SkuTier, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -21355,7 +22891,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSOperationDisplayAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Provider": "System.String",
"Resource": "System.String",
@@ -21420,7 +22956,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ActiveMessageCount": "System.Nullable`1[System.Int64]",
"DeadLetterMessageCount": "System.Nullable`1[System.Int64]",
@@ -21486,7 +23022,7 @@
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.EntityStatus"
]
@@ -21494,7 +23030,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.EntityStatus": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.EntityStatus, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -21581,7 +23117,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSActionAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequiresPreprocessing": "System.Nullable`1[System.Boolean]",
"CompatibilityLevel": "System.Nullable`1[System.Int32]",
@@ -21646,7 +23182,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSCorrelationFilterAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"RequiresPreprocessing": "System.Nullable`1[System.Boolean]",
@@ -21701,7 +23237,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"RequiresPreprocessing": "System.Nullable`1[System.Boolean]",
"CompatibilityLevel": "System.Nullable`1[System.Int32]",
@@ -21766,7 +23302,7 @@
"System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Management.ServiceBus.Models.FilterType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Management.ServiceBus.Models.FilterType"
]
@@ -21774,7 +23310,7 @@
"Microsoft.Azure.Management.ServiceBus.Models.FilterType": {
"Namespace": "Microsoft.Azure.Management.ServiceBus.Models",
"Name": "Microsoft.Azure.Management.ServiceBus.Models.FilterType",
- "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Management.ServiceBus.Models.FilterType, Microsoft.Azure.Management.ServiceBus, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
@@ -21861,7 +23397,7 @@
"System.Nullable`1[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes"
]
@@ -21869,7 +23405,7 @@
"Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes": {
"Namespace": "Microsoft.Azure.Commands.ServiceBus.Models",
"Name": "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes",
- "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceBus.Models.UnavailableReasonAttributes, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus, Version=1.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "Equals",
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.ServiceFabric.json b/tools/Tools.Common/SerializedCmdlets/Az.ServiceFabric.json
index d3c7fdec6246..6d7dedc7f94e 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": "3.0.2",
+ "ModuleVersion": "3.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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -154,7 +154,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName"
},
"ValidateNotNullOrEmpty": true
@@ -462,7 +462,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName"
},
"ValidateNotNullOrEmpty": true
@@ -643,7 +643,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -750,7 +750,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -1099,7 +1099,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -1224,7 +1224,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -1418,7 +1418,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -1523,7 +1523,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -1908,7 +1908,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -2326,7 +2326,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -2434,7 +2434,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -2670,7 +2670,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -2900,7 +2900,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -3161,7 +3161,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -3314,7 +3314,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3516,7 +3516,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -3662,7 +3662,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity",
@@ -4022,7 +4022,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"ProvisioningState": "System.String",
@@ -4368,7 +4368,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -4768,7 +4768,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -5048,7 +5048,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -5329,7 +5329,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -5684,7 +5684,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6030,7 +6030,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -6429,7 +6429,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -6838,7 +6838,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -7150,7 +7150,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -7544,7 +7544,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity",
@@ -8170,7 +8170,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"ProvisioningState": "System.String",
@@ -8369,7 +8369,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -8676,7 +8676,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Cluster": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster",
"Deployment": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended",
@@ -8945,7 +8945,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9762,7 +9762,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9864,7 +9864,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -9983,7 +9983,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10007,7 +10007,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10098,7 +10098,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10129,6 +10129,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -10211,7 +10220,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10247,7 +10256,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10367,7 +10376,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10406,6 +10415,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -10509,7 +10533,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10545,7 +10569,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClusterUpgradeCadence, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -10681,7 +10705,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ManagedClusterSku, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10720,6 +10744,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -10825,7 +10864,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -11431,7 +11470,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11654,7 +11693,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -11984,7 +12023,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -12234,7 +12273,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12252,7 +12291,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -12262,7 +12301,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -12272,7 +12311,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12551,7 +12590,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12581,7 +12620,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -12597,7 +12636,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -12613,7 +12652,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12866,7 +12905,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -12896,7 +12935,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -12912,7 +12951,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -12928,7 +12967,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13232,7 +13271,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13262,7 +13301,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -13278,7 +13317,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -13294,7 +13333,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13621,7 +13660,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13651,7 +13690,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -13667,7 +13706,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -13683,7 +13722,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -13994,7 +14033,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14024,7 +14063,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -14040,7 +14079,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -14056,7 +14095,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14418,7 +14457,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14448,7 +14487,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -14464,7 +14503,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -14480,7 +14519,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -14685,7 +14724,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -14826,7 +14865,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15108,7 +15147,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDiskType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -15399,7 +15438,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -15594,7 +15633,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15769,7 +15808,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -15943,7 +15982,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16117,7 +16156,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16353,7 +16392,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16589,7 +16628,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16825,7 +16864,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -16976,7 +17015,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity",
@@ -17233,7 +17272,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity",
@@ -17418,7 +17457,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"ProvisioningState": "System.String",
@@ -17665,7 +17704,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"ProvisioningState": "System.String",
@@ -17852,7 +17891,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18119,7 +18158,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -18244,7 +18283,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -18373,7 +18412,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName"
},
"ValidateNotNullOrEmpty": true
@@ -18651,7 +18690,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName"
},
"ValidateNotNullOrEmpty": true
@@ -18875,7 +18914,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -19132,7 +19171,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -19362,7 +19401,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -19653,7 +19692,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -19863,7 +19902,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20110,7 +20149,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20297,7 +20336,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20602,7 +20641,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -20756,7 +20795,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -20863,7 +20902,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -21186,7 +21225,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -21311,7 +21350,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -21565,7 +21604,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -21876,7 +21915,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -22082,7 +22121,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -22438,7 +22477,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -22540,7 +22579,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -22924,7 +22963,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -23029,7 +23068,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -23244,7 +23283,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -23450,7 +23489,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -23711,7 +23750,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -23999,7 +24038,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24270,7 +24309,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -24402,7 +24441,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -24526,7 +24565,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription"
},
"ValidateNotNullOrEmpty": true
@@ -24689,7 +24728,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription"
},
"ValidateNotNullOrEmpty": true
@@ -25027,7 +25066,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -25143,7 +25182,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -25186,7 +25225,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode"
]
@@ -25244,6 +25283,15 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "DefaultProfile",
"AliasList": [
@@ -25308,7 +25356,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode"
]
@@ -25386,6 +25434,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -25453,7 +25516,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode"
]
@@ -25531,6 +25594,21 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "Tag",
+ "Type": {
+ "Namespace": "System.Collections",
+ "Name": "System.Collections.Hashtable",
+ "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "AsJob",
@@ -25583,7 +25661,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory",
@@ -25731,7 +25809,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -25885,7 +25963,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -25894,7 +25972,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26038,7 +26116,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -26247,7 +26325,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26262,7 +26340,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26630,7 +26708,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -26645,7 +26723,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27028,7 +27106,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ApplicationUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27043,7 +27121,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -27241,7 +27319,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedIdentity",
@@ -27439,7 +27517,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27544,7 +27622,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27721,7 +27799,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -27905,7 +27983,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28036,7 +28114,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28392,7 +28470,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"SystemData": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData",
"Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]",
@@ -28546,7 +28624,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -28675,7 +28753,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -28821,7 +28899,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -28839,7 +28917,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -28849,7 +28927,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -28859,7 +28937,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29050,7 +29128,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29080,7 +29158,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -29096,7 +29174,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -29112,7 +29190,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29390,7 +29468,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29420,7 +29498,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -29436,7 +29514,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -29452,7 +29530,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29624,7 +29702,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29654,7 +29732,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -29670,7 +29748,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -29686,7 +29764,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29916,7 +29994,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -29946,7 +30024,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -29962,7 +30040,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -29978,7 +30056,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -30069,7 +30147,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -30169,7 +30247,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -30199,7 +30277,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -30215,7 +30293,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -30231,7 +30309,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -30322,7 +30400,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ServiceKind": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceKind",
"PartitionDescription": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition",
@@ -30480,7 +30558,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -30510,7 +30588,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceMetric"
},
"ValidateNotNullOrEmpty": false
@@ -30526,7 +30604,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSServiceCorrelation"
},
"ValidateNotNullOrEmpty": false
@@ -30542,7 +30620,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ServicePackageActivationModeEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -30726,7 +30804,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -30843,7 +30921,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -31580,7 +31658,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -31667,7 +31745,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"EphemeralPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
"ApplicationPorts": "Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.EndpointRangeDescription",
@@ -31868,7 +31946,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -32001,7 +32079,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription"
},
"ValidateNotNullOrEmpty": true
@@ -32179,7 +32257,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription"
},
"ValidateNotNullOrEmpty": true
@@ -32264,7 +32342,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ApplicationTypeVersionsCleanupPolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationTypeVersionsCleanupPolicy",
"AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory",
@@ -32370,7 +32448,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -32450,7 +32528,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -32529,7 +32607,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": true
},
@@ -32631,7 +32709,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity",
@@ -32788,7 +32866,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -32923,7 +33001,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy",
"Identity": "Microsoft.Azure.Management.ServiceFabric.Models.ManagedIdentity",
@@ -33117,7 +33195,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33438,7 +33516,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.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -33682,7 +33760,7 @@
"Typ